Skip to content

Commit

Permalink
A-UserGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaslewpc committed Mar 3, 2021
1 parent 2e2b12d commit f94e095
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
35 changes: 30 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,45 @@
# User Guide
A brief User Guide for CS2113T IP Project

## Features

### Feature 1
Description of feature.
Adds a todo to the list.

### Feature 2
Adds a deadline to the list.

### Feature 3
Adds an event to the list.

### Feature 4
Marks a task as completed on the list.

### Feature 5
Deletes a task from the list.

### Feature 6
Finds an item on the list.

### Feature 7
Views the current list.


## Usage

### `Keyword` - Describe action
### `todo task` - adds a task to the list

Describe action and its outcome.
Adds a tasks that is categorized as todo to the list.

Example of usage:

`keyword (optional arguments)`
`todo read book`

Expected outcome:

`outcome`
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Got it. I've added this task:
[T] [ ] read book
Now you have 1 tasks in the list.

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
2 changes: 0 additions & 2 deletions duke.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
[T] [X] read book
[D] [X] return book (by: June 6th)

0 comments on commit f94e095

Please sign in to comment.