 
- 
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 to help anyone manage their tasks and time with Pomodoro techniques. 
- 
It is written in OOP fashion. It provides a reasonably well-written code example that is significantly bigger (around 6 KLoC)than what students usually write in beginner-level SE modules. 
Acknowledgements
- 
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob. 
- 
This project was built upon AddressBook-Level3 project created by SE-EDU initiative at this site.