- 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 written in OOP fashion.
- The original source of the code was a sample project created by SE-EDU initiative at https://github.com/se-edu/.
- Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.