/uqplanner

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

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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 devs@uqplanner.app.

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.