YouTemy

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.

Features of Photopedia Web-app:

  • Dynamically add events to app
  • Upload photos directly to photo gallery of photopedia web-app

Contributors

🚀 Technologies and Frameworks

Photopedia is built with the following technologies:

📷 Snapshots of the Hosted Projects

Starting the Dev Server

  • Clone the repository to your local system. https://github.com/arjunsharma1152/club-web

  • Firebase API Setup:

    1. Go to Firebase Console and follow the steps to create a new Firebase project.
    2. 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