Hi, this is my individual project written for a software engineering module. It is a task manager app written in Java with JavaFx.
Clear the task list.
clearExample of usage:
clear
Shortcut: c
Expected outcome:

Creates new Deadline tasks with due date.
deadline <description> /by yyyy-mm-ddExample of usage:
deadline upload this guide /by 2020-09-15
Shortcut: de
Expected outcome:

Delete the task specified.
delete <index to deleteExample of usage:
delete 1
Shortcut: d
Expected outcome:

Mark the task specified as done.
done <index to mark as done>Example of usage:
done 2
Shortcut: do
Expected outcome:

Creates a new event task with the event date.
event <description> /at yyyy-mm-ddExample of usage:
event CS2103T tutorial /at 2020-09-17
Shortcut: e
Expected outcome:

Quits Duke
byeExample of usage:
bye
Shortcut: b
Find the task specified by the keyword.
Find <Keyword to find>Example of usage:
find tutorial
Shortcut: f
Expected outcome:

List all the tasks remembered by duke.
listExample of usage:
list
Shortcut: l
Expected outcome:

Creates a generic task todo.
todo <description>Example of usage:
todo sleep more
Shortcut: t
Expected outcome:
