duke

Starter code for the Duke project

View the Project on GitHub hmtey/duke

User Guide

Ui

Ui

Features

Add tasks: todo, event, deadline

Adds a task to current list

Example of usage:

todo sleep, event wedding /at 2019-05-15, deadline submission /by 2019-04-22

Expected outcome:

add1 add2

Listing out Tasks: list

Display current list of tasks

Example of usage:

list

Expected outcome:

list

Marking completed tasks: done

Mark a task as completed

Example of usage:

done 1

Expected outcome:

done

Deleting tasks: delete

Delete a task from current list

Example of usage:

delete 3

Expected outcome:

delete

Searching for tasks: find

Search for tasks with a keyword.

Example of usage:

find sleep

Expected outcome:

find

Updating tasks: update

Update a task in the current list.

Example of usage:

update 2 description Mary's wedding, update 2 date 2019-06-07

Expected outcome:

update1 update2