TaskBook
TaskBook is a desktop application for managing your contact and tasks. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
- If you are interested in using TaskBook, head over to the Quick Start section of the User Guide.
- If you are interested about developing TaskBook, the Developer Guide is a good place to start.
Acknowledgements
- This project is based on the AddressBook-Level3 (AB-3) project created by the SE-EDU initiative.
- The use of SortedList in ModelManager was inspired by Harmonia (UG, DG), a project also based on AddressBook-Level3.
- The saving and storing of TaskBook in StorageManager was adapted from AddressBook-Level3 to include support for Tasks.
- Libraries used: JavaFX, Jackson, JUnit5