Fotoflix is a dynamic MERN stack application that allows users to explore, save, and manage their favorite photos. Powered by the Unsplash API, Fotoflix provides a seamless browsing experience where users can discover stunning images, search by keywords, and organize their favorites effortlessly.
- Browse a curated collection of photos from Unsplash.
- Search photos by keywords.
- Save favorite photos to your personal collection.
- Responsive design for optimal viewing on various devices.
Check out the live demo: Fotoflix
- Frontend: React.js, React Router
- Backend: Node.js, Express.js
- Database: MongoDB
- API: Unsplash API
To run Fotoflix locally, follow these steps:
- Clone the repository:
git clone https://github.com/dveersingh000/Fotoflix.git cd fotoflix
- Install dependencies:
- npm install
- Run the development server:
- pm start
- Open your browser and visit http://localhost:3000 to view Fotoflix.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request.