Duke a checklist system that can store & save, add & delete, mark & unmark tasks in a list
Marks the task done
Unmarks the task
Adds a todo task in the list if todo is not empty
Adds a deadline task in the list if it has a task and a date (YYYY-MM-DD) between a ‘/by’
Adds an event task in the list if it has a task and a date (YYYY-MM-DD) between a ‘/at’
Lists all tasks in the list
deletes a certain index in the list
Find tasks in the list that has the keyword
Gives users the list of all features
Closes and saves the program
mark - mark (number in list)Example of usage:
mark 1
unmark - unmark (number in list)Example of usage:
unmark 1
todo - todo Example of usage:
todo read book
deadline - deadline (description) /by (YYYY–MM-DD)Example of usage:
deadline finish reading book /by 2022-04-05
event - event (description) /at (YYYY–MM-DD)Example of usage:
event join book club /at 2022-04-06
list - listExample of usage:
list
delete - delete (number in list)Example of usage:
delete 2
find - find (keyword)Example of usage:
find club
bye - byeExample of usage:
bye