Skip to content

marcusimperial/reedleyhsprom

Repository files navigation

Reedley HS Prom Website

This is the repository and codebase for the Reedley International School High School Prom SY 2022 - 2023's Website


Important Note

Authentication for the website is restricted to particular domain. Images will be attached in future updates. However, for now, this serves simply as a reference for the system and its functions.

Technologies / Requisites

Development (JavaScript)

  1. Node.js
  2. React.js
  3. TailwindCSS

Infrastructure (Firebase)

  1. Functions
  2. Hosting
  3. Firestore
  4. Storage
  5. Auth

Setup

Specify the following environment variables in a .env file.

REACT_APP_API_KEY=
REACT_APP_AUTH_DOMAIN=
REACT_APP_PROJECT_ID=
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGING_SENDER_ID=
REACT_APP_APP_ID=

You can find your config values in the Firebase Console

Run the following commands:

npm install

npm start