- 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 people who desire to manage their tasks.
- It is written in OOP fashion.
-
The source of this project derives from a sample project created by SE-EDU initiative at https://github.com/se-edu/
-
Some parts of this sample application were inspired by Java FX tutorial by Marco Jakob.
-
The date and time parser for this application was borrowed from the open source Natty Date Parser
-
Forked from nus-cs2103-AY1617S2/addressbook-level4