Photofolio is an online photo album/Gallery react app that users to upload, organize and share their digital photos
Photo-Gallery-app/
|-- public/
| |-- index.html
|
|-- src/
| |-- assets/
| | |-- images/
| |-- components/
| |-- AlbumForm/
| | |-- AlbumForm.jsx
| | |-- AlbumForm.module.css
| |-- AlbumList/
| | |-- AlbumList.jsx
| | |-- AlbumList.module.css
| |-- ImageForm/
| | |-- ImageForm.jsx
| | |-- ImageForm.module.css
| |-- ImageList/
| | |-- ImageList.jsx
| | |-- ImageList.module.css
| |-- Carousel/
| | |-- Carousel.jsx
| | |-- Carousel.module.css
| |-- Navbar/
| | |-- Navbar.jsx
| | |-- Navbar.module.css
| |-- ToastContainer/
| |-- ToastContainer.jsx
| |-- ToastContainer.module.css
|
|-- firebase/
| |-- firebaseConfig.jsx
|-- App.jsx
|-- index.jsx
|-- index.css
|-- index.html
|-- .gitignore
|-- package.json
|-- README.md
- React
- Vite
- Firebase
- React-Toastify
- Material-UI
- NodeJs
- NPM (Node Package Manager)
- Clone the Repository
git clone https://github.com/Sam21sop/PhotoFolio.git
- Navigate ti the Project Directory
cd PhotoFolio
- Install Dependency
npm install
- Running Project
npm run dev