IreneAI is an intuitive chatbot designed to streamline your task management process. Leveraging the power of Java, IreneAI facilitates effortless tracking of your to-do list, enabling you to add, mark, and search tasks with ease. Simplify your productivity journey with a tool that adapts to your needs.
Task Addition: Effortlessly add new tasks to your list.
Task Completion Status: Conveniently mark tasks as completed or revert them to pending.
Comprehensive Task Viewing: View your entire task list with a single command.
Task Search: Find specific tasks using keywords.
Task Deletion: Remove tasks from your list as needed.
Adding a Task
To add a task to your list, use the command: add <task>. Replace <task> with the name of your task.
Marking a Task as Completed
To mark a task as completed, input: mark <task>. Ensure <task> matches the task you wish to update.
Unmarking a Task
If you need to revert a task to an uncompleted status, type: unmark <task>.
Listing All Tasks
To view all your tasks, simply enter: list.
Searching for a Task
Find a task by keyword with the command: find <keyword>. Replace <keyword> with relevant search terms.
Deleting a Task
To remove a task from your list, use: delete <task>. Make sure <task> specifies the task you intend to delete.