Helps UBC students create their timetables more easily by generating all possible combinations of course sections in different courses and displaying the different combinations in a browsable list of timetables.
Courses in UBC have multiple sections. These sections have classes at different times. Students take multiple courses, so creating a timetable involves checking to see which combination of different sections from different courses works for you. This web application makes this process easier by generating all possible combinations of sections from your different courses and displaying them in a timetable format, you can browse through the different timetables and find one that suits you.
Node 8.9.1 or higher
- Run npm install to install all dependencies
- Run npm start to start project
- Open the url printed in the command line in your web browser