Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.56 KB

Firegallery

made-with-React Contributions welcome Awesome


About

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.


How to run

Setting up the environment

  • Firebase project setup
    • Create an app on firebase
    • Setup firebase storage and firestore.
    • creacte a new file in the directory src/Firebase/ named config.js and paste your firebase credentials there. (PS: refer to the file src/Firebase/example_config.js
      •   # leave firebase_key as it is
          firebase_key=env/firebase_key.json
          firebase_route=<YOUR-FIREBASE-ROUTE>
        

React App

  • 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 ❤️