Skip to content

Commit

Permalink
Merge pull request AY1920S1-CS2113-T14-2#34 from CEGLincoln/master
Browse files Browse the repository at this point in the history
added to readme.md
  • Loading branch information
CEGLincoln authored Sep 24, 2019
2 parents b928521 + 0813e72 commit 28b29a9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

### 1. Features

**This text is bold** but not this
1. **bye:** Exit the program. \[Level-1\]
2. **list:** Show all the tasks. \[Level-2\]
3. **done:** Mark a task as done. \[Level-3\]
4. **todo:** Create a new todo task. \[Level-4\]
5. **deadline:** Create a new deadline task. \[Level-4\]
6. **event:** Create a new event task. \[Level-4\]
7. Handle errors and invalid inputs. \[Level-5\]
8. Load and save tasks to hard disk. \[Level-7\]
9. Identify dates and times. \[Level-8\]
10. **delete:** Delete a task. \[Level-6\]
11. Perform text UI testing. \[A-TestUiTesting\]
12. **find:** Find a task by searching for a keyword. \[Level-9\]
13. Object-oriented. \[A-MoreOOP\]
14. Perform JUnit testing. \[A-JUnit\]
15. Have comments. \[A-JavaDoc\]

### 2. Command Summary

Expand Down

0 comments on commit 28b29a9

Please sign in to comment.