CMSC 447 Project
This project is a tutor schedule and status tracking web app for UMBC. It includes an admin view for updating tutor statuses and a student view for browsing tutoring availability by course.
The app is built with HTML, CSS, JavaScript, Firebase Authentication, and Firebase Realtime Database. Status updates are reflected live, and cancelled sessions can be persisted across multiple scheduled days.
To run locally, add your Firebase config and open login.html for the admin view or student.html for the student view.