
Welcome to Gronk! A simple app to keep track of your various deadlines and todos.
helpType help to get a help page.
byeType bye to exit Gronk.
listType list to see all tasks currently stored.
Gronk provides the user with three different Task types: Todos, Deadlines, and Events. Here are their features:
Todo: a one-off task.Deadline: a task with a due date.Event: a task which may occur within a window of time.Todo: todoFor example: todo (todo name).
Deadline: deadlineSpecify the date in Deadline in dd/MM/yyyy format.
For example: deadline (todo name) /b dd/MM/yyyy.
Event: eventSpecify the start and end date in Event in dd/MM/yyyy format.
For example: event (todo name) /f dd/MM/yyyy /t dd/MM/yyyy.
findGronk offers search with partial matches.

Gronk offers a few advanced search functionalities; we can search by task type or by date. Searching by date will return all Deadline and Event tasks that end before the specified date.
find /t: returns all Todo tasks.find /d: returns all Deadline tasks.find /e: returns all Event tasks.find /b dd/MM/yyyy: returns all Deadline and Event tasks which end before dd/MM/yyyy.We can mark tasks as completed or incomplete, and we can mark multiple tasks by their index in a single command. For example: mark 1.

We can also delete multiple tasks by their index in a single command. For example: delete 1.
