Skip to content

v0.2

Latest

Choose a tag to compare

@M-kew M-kew released this 19 Sep 15:05

Release date: 19-09-2024

Task Management: Nuffle allows users to manage tasks with three types of entries:

ToDo: A simple task with a description.
Deadline: A task with a specific due date.
Event: A task that happens at a specific time.
Command Line Interface (CLI): The product is fully operational from the command line, allowing users to interact using simple text commands.

Interactive Chatbot: Nuffle responds interactively to user input, mimicking a personal assistant for task management.

Task Storage: Duke stores user tasks persistently between sessions using local storage (i.e., nuffle.txt), ensuring that tasks are saved and reloaded automatically.

Search Functionality: Users can search for tasks by keywords to quickly find specific tasks.