A website that displays the schedule of a student at the GUC
You can check out the live version here
This project is divided into two parts: Server, Client
The server exposes an api that given the student's id returns the schedule.
The server is implemented in JS and TS and is designed to be deployed to Google Cloud Platform. It uses two main services: Google Cloud Functions and Google Cloud Firestore.
The client is implemented in ReactJS and is currently hosted on Google Firebase Hosting. Although, it can be hosted as a static page on any hosting service.
This project is licensed under the ISC License