Candy is a simple task management chatbot application that helps users keep track of their tasks efficiently.
Candy allows you to:
- Add todos
- Add deadlines
- Add events
- Mark tasks as done
- Delete tasks
- Find tasks
- View all tasks
- Download the jar file.
- Double-click to run the application.
- Type commands into the input box.
- Press Enter or click "Send" to execute commands.
Adds a simple task to the list.
todo DESCRIPTION
todo read book
Adds a new todo task to your task list.
Adds a task with a deadline.
deadline DESCRIPTION /by DATE
deadline return book /by 2026-02-20
Adds a deadline task with the specified due date.
Adds an event with a start and end time.
event DESCRIPTION /from START /to END
event project meeting /from Mon 2pm /to Mon 4pm
Adds an event task with the specified time range.
Marks a task as completed.
mark INDEX
mark 2
Marks the specified task as done.
Deletes a task from the list.
delete INDEX
delete 3
Removes the specified task from the list.
Searches for tasks containing a keyword.
find KEYWORD
find book
Displays all tasks that contain the keyword.
| Command | Format |
|---|---|
| Add Todo | todo DESCRIPTION |
| Add Deadline | deadline DESCRIPTION /by DATE |
| Add Event | event DESCRIPTION /from START /to END |
| Mark Task | mark INDEX |
| Delete Task | delete INDEX |
| Find Task | find KEYWORD |
Candy helps you stay organised and manage your tasks efficiently. 🎯
