duke

Starter code for the Duke project


Project maintained by loycatherine Hosted on GitHub Pages — Theme by mattgraham

User Guide

Features

Usage

todo - Creates a new todo task

Creates a new todo task

Example of usage:

todo [description]

Expected outcome:

Todo

deadline - Creates a new deadline task

Creates a new deadline task

Example of usage:

deadline [description] /by [yyyy-mm-dd] [hh:mm]

Expected outcome:

Deadline

event - Creates a new event task

Creates a new event task

Example of usage:

event [description] /at [yyyy-mm-dd] [hh:mm]

Expected outcome:

Event

delete - Deletes a task

Deletes a task

Example of usage:

delete [index]

Expected outcome:

Delete

done - Marks a task as done

Marks a task as done

Example of usage:

done [index]

Expected outcome:

Done

list - Lists all the tasks

Lists all the tasks in the to-do list

Example of usage:

list

Expected outcome:

List

find - Finds a task

Finds a task that contains the keyword

Example of usage:

find [keyword]

Expected outcome:

Find

addNote - Adds a note to a task

Adds a note to a task

Example of usage:

addNote [index] [note]

Expected outcome:

AddNote

note - Retrieves a note of a task

Retrieves a note of a particular task

Example of usage:

note [index]

Expected outcome:

Note

bye - Exits the program

Saves your tasks and exits the program

Example of usage:

bye

Expected outcome:

Bye