- 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 application intended for working professionals to track and manage tasks efficiently.
- It is written in OOP fashion. It samples the Address Book (Level 4) code provided as part of the module.
- The sample project is created by SE-EDU initiative
- Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.