Skip to content

brenda77777/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candy User Guide 🍬

Candy UI

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

Quick Start

  1. Download the jar file.
  2. Double-click to run the application.
  3. Type commands into the input box.
  4. Press Enter or click "Send" to execute commands.

Features


1. Adding a Todo

Adds a simple task to the list.

Format

todo DESCRIPTION

Example

todo read book

Expected Result

Adds a new todo task to your task list.


2. Adding a Deadline

Adds a task with a deadline.

Format

deadline DESCRIPTION /by DATE

Example

deadline return book /by 2026-02-20

Expected Result

Adds a deadline task with the specified due date.


3. Adding an Event

Adds an event with a start and end time.

Format

event DESCRIPTION /from START /to END

Example

event project meeting /from Mon 2pm /to Mon 4pm

Expected Result

Adds an event task with the specified time range.


4. Marking a Task as Done

Marks a task as completed.

Format

mark INDEX

Example

mark 2

Expected Result

Marks the specified task as done.


5. Deleting a Task

Deletes a task from the list.

Format

delete INDEX

Example

delete 3

Expected Result

Removes the specified task from the list.


6. Finding Tasks

Searches for tasks containing a keyword.

Format

find KEYWORD

Example

find book

Expected Result

Displays all tasks that contain the keyword.


Command Summary

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. 🎯

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.0%
  • Shell 2.0%
  • Batchfile 1.5%
  • CSS 0.5%