-
This is a desktop timetable scheduling application for professors and administrators in tertiary institutions. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
The primary purpose of this application is to help user to create timetable for the upcoming semester.
-
This application allows users to add details of the lesson such as time slot and location, and the application will generate a weekly timetable for the user.
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
This application was built based on Address Book (Level 4), an initiative of the SE-EDU team.