/practicum-office-hours-scheduler

Scheduling portal for office hours

Primary LanguageJavaScript

New Business Practicum Legal Office Hours Scheduler

This web app allows students to sign up for office hours timeslots. Office hours are synced with an Eventbrite account.

Features:

  • Protected Routes with React Router
  • Register new users with Firebase
  • Add new users to /users in your Firebase database
  • Login/Logout Functionality
  • Simple Bootstrap UI
  • Firebase Cloud Functions sync Eventbrite data

Instructions:

  • Swap out the firebase config in config/constants with your own
  • npm install
  • npm start
  • Visit localhost:3000