-
This is a desktop Student Schedule Planner application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java application intended for students who wish to use schedule planner to plan their tasks.
-
Support for Build Automation using Gradle and for Continuous Integration using Travis CI.
Acknowledgements
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
AddressBook-Level4 project created by SE-EDU initiative at https://github.com/se-edu/.
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5