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.
clear
Example of usage:
clear
Shortcut: c
Expected outcome:
Creates new Deadline tasks with due date.
deadline <description> /by yyyy-mm-dd
Example of usage:
deadline upload this guide /by 2020-09-15
Shortcut: de
Expected outcome:
Delete the task specified.
delete <index to delete
Example 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-dd
Example of usage:
event CS2103T tutorial /at 2020-09-17
Shortcut: e
Expected outcome:
Quits Duke
bye
Example 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.
list
Example of usage:
list
Shortcut: l
Expected outcome:
Creates a generic task todo.
todo <description>
Example of usage:
todo sleep more
Shortcut: t
Expected outcome: