burhanharoon / website

https://gdsc-rcciit-web.web.app/

Home Page:https://dscrcciit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Structure: (Realtime Database)

/--
  |chapter-name
  |chapter-email
  |events--
          |id-- #recent gets bigger number
              |date
              |desc
              |link
              |location
              |name
              |pic #url
  |footer--
          |github
          |instagram
          |linkedin
          |twitter
  |prevTeams-- #previous teams
          |year-- #last 2 digits
              |name-- #team member
                  |img #url
                  |linkedin
                  |position
  |other_members--
          |name--
              |Github
              |instagram
              |Linkedin
              |Web
              |img
              |position
              |Facebook
  |team--
          |name--
              |Github
              |instagram
              |Linkedin
              |Web
              |img
              |position
              |Facebook
              |top #default: false (`true` for lead and campus faculty facilitator)
  |home-page--
          |connect
          |grow
          |intro
          |join
          |faq
              |data--
                  |question: answer #key-value
              |title
              |description
          |technologies--
              |data--
                  |name: img #key-value
              |title
              |description

Database Structure: (Firestore)

Speakers -> {speakers} -> /
                          -->name
                          -->bio
                          -->image #url
                          -->socialLinks
                             -->facebook
                             -->github
                             -->web
                             -->twitter
                             -->linkedin

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_API_KEY

REACT_APP_AUTH_DOMAIN

REACT_APP_DB_URL

REACT_APP_PROJECT_ID

REACT_APP_STORAGE_BUCKET

REACT_APP_MESSAGING_SENDER_ID

REACT_APP_APP_ID

REACT_APP_MEASUREMENT_ID

Contributing

Contributions are always welcome!

See CONTRIBUTE.md for ways to get started.

Deployment

To start this project run

  npm run start

To build this project run

  npm run build

Contributors ✨

Authors

About

https://gdsc-rcciit-web.web.app/

https://dscrcciit.com/

License:MIT License


Languages

Language:JavaScript 64.5%Language:CSS 34.1%Language:HTML 1.4%