CI Status codecov

Ui

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).

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