Supports 3 types of tasks: ToDos, Deadline, Event.
Set task as done.
Delete task from list.
Find task using keywords.
List all tasks in the list.
Get reminders on tasks expiring within 3 days.
todo [task description]ToDos task.deadline [task description] /by [dd/mm/yyyy HH:mm]Deadline task with its specified date and time.event [task description] /at [dd/mm/yyyy HH:mm]Event task with its specified date and time.####### Example of usage:
event important meeting /at 16/03/2020 10:00
####### Expected outcome:
creates an event with description important meeting at the specified date and time 16 March 2020, 10am.
done [task number]####### Example of usage:
done 3
####### Expected outcome:
Mark the third task on the list as done.
delete [task number]####### Example of usage:
delete 3
####### Expected outcome:
Delete the third task on the list.
find [keyword]####### Example of usage:
find meeting
####### Example of outcome:
A list of task which contains keyword “meeting”.
listreminderbye