A photo gallery using react-photo-gallery and a Firebase Database for image information. Click here to see a live demo.
- Clone the repository
- Run
npm install
- Create a new Firebase project
- Add API details to
/src/firebaseConfig.js
(see example file) - Import
sample-firebase-database.json
into your Firebase Project - Set database access to public (see here)
- Run
npm start