- This is a desktop to-do list application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
- It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
- It is written in OOP fashion.
- Built on top of SE.edu's sample Address Book (Level 4).