- Types of Tasks: You can manage tasks of various types including ToDo, Deadline, or Event.
- Operations: Create, modify, delete, and list tasks with ease.
Example:
todo Buy milk
Expected outcome: The ToDo task is added.
Example:
deadline Submit ip final version /by 2023-09-22
Expected outcome: The Deadline task is added.
Example:
event Recess Week /from 2023-09-22 /to 2023-09-29
Expected outcome: The Event task is added.
Example:
list
Expected outcome: A list of all your tasks will be displayed, sorted by the order in which they were added.
Example:
mark 2
Expected outcome: Task number 2 is marked as done.
Example:
unmark 2
Expected outcome: Task number 2 is unmarked.
Example:
delete 1
Expected outcome: Task number 1 is deleted.
Example:
find groceries
Expected outcome: Displays tasks containing the keyword "groceries".
Example:
sort
Expected outcome: Tasks are sorted based on their type (Event tasks by start time, Deadline tasks by deadline, ToDo tasks at the end).
Example:
clear
Expected outcome: All tasks are cleared.
Example:
bye
Expected outcome: Shows a goodbye message.