- This is a desktop task manager application called JOBS. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
- It is written in OOP fashion using Java 8.
- Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
- Some parts of this application were inspired by the excellent addressbookLevel4