🎉 This application allows users to upload and view their photos. 🎉
- Upload your photos
- View your enlarged photos
The project uses React/JavaScript on the frontend.
The database is built using the Firestore real-time database.
Note This application does not use a backend server.
In order for this webapp to run properly, you need to modify the const firebaseConfig in /src/firebase/config.js.
A Firestore database is required.
Run npm run start
inside the main folder.
MIT