User Guide
This app is a friendly helper to manage your tasks.

Features
Adding tasks
You may add three types of tasks: todos, deadlines, and events.
- Add a todo:
todo [description] - Add a deadline:
deadline [description] /by [time] - Add an event:
event [description] /at [time]
Modifying tasks
- Finish a task:
done [task position] - Delete a task:
delete [task position] - Update a task’s description:
update [task position] [new description]
Displaying tasks
- List all tasks:
list - Find all tasks with a given description:
find [description]
Last but not least, use bye to leave the app. See you again soon!