Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 862 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 862 Bytes

RISE-DC Tutoring Management Portal

Project Info

RISE-DC is an organization founded by Paul Penniman that provides tutoring programs to students in the Washington, D.C. area.

In order to better organize their information about all the students and tutors, RISE-DC requires an online tutoring management portal which displays information about each tutoring session and compiles reports which show a student's tutoring sessions over a certain time period.

Tech Stack

  • Our frontend is TypeScript and React.
  • Our backend is TypeScript and Firebase.

Running the Repo Locally

  1. Clone the repo and cd into it
  2. Run npm install in the react-app directory
  3. Run npm start in the react-app directory
  4. Navigate to http://localhost:3000/ in your browser

Hosting

We are currently using Firebase Hosting.