"A sleek React + Firebase photo album app to organize, browse, and manage your memories."
Photo Folio is a modern and minimal photo album management app built with React and Firebase.
It allows users to create albums, upload images, browse through a carousel view, and manage their photo collection with an intuitive interface.
- π Create, edit, and delete albums
- πΌ Upload and manage images inside albums
- π Search functionality for quick access
- π± Responsive design for mobile and desktop
- β‘ Firebase integration for data storage and hosting
- Frontend: React, CSS Modules
- Backend / Storage: Firebase
- Styling: CSS Modules + Custom styles
- Package Manager: npm
photo-folio/ βββ public/ # Static files (index.html, assets) βββ src/ # React source code β βββ components/ # Modular UI components β βββ firebase.js # Firebase configuration β βββ App.js # Main app component β βββ index.js # Entry point βββ package.json # Dependencies & scripts
1οΈβ£ Clone the repository
git clone https://github.com/iamvikash28/photo-folio.git
cd photo-folio
2οΈβ£ Install dependencies
npm install
3οΈβ£ Start the development server
npm start
Visit http://localhost:3000 to view it in your browser.