Skip to content

A successor to the much revered and sorely missed UQ Timetable Planner

License

Notifications You must be signed in to change notification settings

WillCS/uqplanner

Repository files navigation

Timetable Planner is Dead, Long Live UQ Planner!

A UQ timetable planner built with Angular, inspired by the original UQ Timetable Planner.

See it in action at uqplanner.app.

System Status: Netlify Status

Authors

Contact us at [email protected].

If UQ Planner has made your life easier, feel free to also buy us a coffee.

Usage

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.