
This app houses a diverse collection of photos, providing users with the ability to find any image they desire. Whether you're searching for specific themes, subjects, or simply exploring, this app ensures a comprehensive and easily navigable repository of photos
Have a look of the app: https://photo-ki-dukan.vercel.app/
List of some of the key features of the app:
- Signin/Signup
- Search photos
- Favourite list of photos
- History of downloads
- Dynamic wallpaper
- Download photos
- Download differnt sizes of photos
- Share photos
- Google OAuth
This app was built using the following technologies and tools:
-
Frontend:
- HTML
- CSS
- JavaScript
- ReactJS
- TailwindCSS
- React Router Dom
- Redux
- React Loading Skeleton
- React Awesome Reveal
- React Infinite Scroll Component
- Lucide React
-
Backend:
- Supabase
-
Hosting & Deployment:
- Vercel
-
Version Control:
- Git
- GitHub
- Desktop view
- Mobile View
To run this application, you will need to add the following environment variable to your .env.local file.
REACT_APP_PIXABAY_API_KEY
the pixabay api key.
REACT_APP_SUPABASE_API_KEY
the supabase api key.
# Clone the repository
git clone https://github.com/saurav-prasad/Photo-ki-Dukan.git
# Install dependencies
npm install
# Start the development server
npm start