Sparkle is a task management chatbot that helps you keep track of your tasks in a fun and interactive way!
You can add a todo task using the following command:
Command: todo TASK_NAME
Example:
todo Read a book
Expected Output:
Let's make it fun! I've added this task:
[T][ ] Read a book
Looks like you've got X tasks in your list~ Better get moving!
You can add a deadline task using the following command:
Command: deadline TASK_NAME /by DEADLINE
Example:
deadline Submit assignment /by Sunday 11:59PM
Expected Output:
Let's make it fun! I've added this task:
[D][ ] Submit assignment (by: Sunday 11:59PM)
Looks like you've got X tasks in your list~ Better get moving!
You can add an event task using the following command:
Command: event TASK_NAME /from START_TIME /to END_TIME
Example:
event Team meeting /from Monday 2PM /to Monday 4PM
Expected Output:
Let's make it fun! I've added this task:
[E][ ] Team meeting (from: Monday 2PM to: Monday 4PM)
Looks like you've got X tasks in your list~ Better get moving!
You can view all your tasks by using:
Command: list
Expected Output:
Here are the tasks in your list~
1. [T][ ] Read a book
2. [D][ ] Submit assignment (by: Sunday 11:59PM)
3. [E][ ] Team meeting (from: Monday 2PM to: Monday 4PM)
You can mark a task as done using:
Command: mark TASK_NUMBER
Example:
mark 1
Expected Output:
Boom! Task's done and dusted~
[T][X] Read a book
You can unmark a task using:
Command: unmark TASK_NUMBER
Example:
unmark 1
Expected Output:
Not done yet, but it's still on the radar!
[T][ ] Read a book
You can search for tasks that match a specific keyword using the following command:
Command: find KEYWORD
Example:
find assignment
Expected Output:
Here are the tasks that match your search~
1. [D][ ] Submit assignment (by: Sunday 11:59PM)
You can delete a task using:
Command: delete TASK_NUMBER
Example:
delete 2
Expected Output:
Got it! Poof! This task is gone:
[D][ ] Submit assignment (by: Sunday 11:59PM)
Look at that! You've got X tasks left to juggle!
You can exit the program using:
Command: bye
Expected Output:
See you around, Stelle~ Try to stay out of trouble next time!
Enjoy using Sparkle!
