This a React based Image gallery. This is using Firebase in the backend, Firebase storage to store images and firstore to keep track of the images. This application also uses framer-motion library for fluid animations.
- Firebase project setup
- Create an app on firebase
- Setup firebase storage and firestore.
- creacte a new file in the directory
src/Firebase/
namedconfig.js
and paste your firebase credentials there. (PS: refer to the filesrc/Firebase/example_config.js
-
# leave firebase_key as it is firebase_key=env/firebase_key.json firebase_route=<YOUR-FIREBASE-ROUTE>
-
-
Run the command
npm install
PS: Grab a cup of coffee, it takes some time to build -
Now to run the application on local server, run
npm start
-
It will start the development server and voila you are good to go.
Made with ❤️