- This is a desktop Task Manager application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
- It is a Java sample application intended for fulfilling Software Engineering Course Requirements while using Java as the main programming language.
- It is written in OOP fashion. It has a more sophisticated GUI that includes a list panel and an in-built Browser.
- It includes automated GUI testing and supports for Build Automation using Gradle and for Continuous Integration using Travis CI.
- This project is a morphing of AddressBook Level 4 which provides educational sample code for us.
- Some parts of this sample application are inspired by the excellent Java FX tutorial by Marco Jakob.