What is Photopedia? Photopedia is a photography Club .This club is a crew of shutterbugs whose mission is to preach, practise and master the art of photography for the shared benefit of the self as well as the campus community.
- Dynamically add events to app
- Upload photos directly to photo gallery of photopedia web-app
Photopedia is built with the following technologies:
-
Clone the repository to your local system.
https://github.com/arjunsharma1152/club-web
-
Firebase API Setup:
- Go to Firebase Console and follow the steps to create a new Firebase project.
- Select
</>
and you will recieve a firebasConfig object with the first paramter as API key. Copy it, which will look something like:
cosnt firebaseConfig = { apiKey: "process.env.REACT_APP_FIREBASE", authDomain: "AUTH_DOMAIN", projectId: "PROJECT_ID", storageBucket: "STORAGE_BUCKET", messagingSenderId: "*************", appId: "******************************", measurementId: "*************" }; ``` 3. Paste and save it.
-
In the root folder and enter the following commands in the CLI
npm i or yarn npm start or yarn start