"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-folio2️⃣ Install dependencies
npm install3️⃣ Start the development server
npm startVisit http://localhost:3000 to view it in your browser.