- This is a desktop Task Manager application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
- This is a project for CS2103 Software Engineering
- It is written in OOP fashion.
- Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
- This code is based on addressbook-level4