A UQ timetable planner built with Angular, inspired by the original UQ Timetable Planner.
See it in action at uqplanner.app.
Contact us at [email protected].
If UQ Planner has made your life easier, feel free to also buy us a coffee.
To serve this app you must have Node.js and npm installed first. See instructions here.
You must also install the Angular CLI:
> npm install -g @angular/cli
Once complete, serve the app by installing depencies and starting the Angular CLI.
> npm i
> ng serve
See the hosted app by opening localhost:4200
from your browser.