forked from nus-cs2103-AY2223S2/ip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# User Guide | ||
# Nemo User Guide | ||
:ocean::tropical_fish:**If you're a little forgetful (like Dory), don't worry, Nemo's got your back.** :ocean::tropical_fish: | ||
|
||
## Features | ||
**Nemo is a chatbot task tracker that takes in CLI inputs to store and manage tasks, deadlines and events.** | ||
|
||
### Feature-ABC | ||
> "I forget things almost instantly. It runs in my family… well, at least I think it does... hmm, where are they?" - Dory | ||
Description of the feature. | ||
## Quick Start | ||
|
||
### Feature-XYZ | ||
1. Install `Java 11`. | ||
2. Download Nemo from [here](https://github.com/unfazing/ip/releases). | ||
3. Put the Nemo `jar` file into your desired folder. | ||
4. Run `java -jar .\nemo.jar` to start the app. | ||
|
||
Description of the feature. | ||
## Features | ||
|
||
## Usage | ||
### Track your Tasks! | ||
:writing_hand: Nemo supports the following 3 types of tasks. They can be deletes | ||
1. **ToDos** - a task that needs to be completed eventually | ||
2. **Deadlines** - a task that has a deadline for completion | ||
3. **Events** - a task that has a start and end date | ||
|
||
### `Keyword` - Describe action | ||
### Save and Load your Tasks! | ||
:sunglasses: Nemo will save any changes to your task list into a data directory. This way you can load tasks that you had added in a previous session, or share these tasks with a friend. | ||
|
||
Describe the action and its outcome. | ||
### Undo and Redo any changes! | ||
:astonished: Nemo supports undoing and redoing any changes you make to the task tracker in that session. | ||
|
||
Example of usage: | ||
|
||
`keyword (optional arguments)` | ||
|
||
Expected outcome: | ||
|
||
Description of the outcome. | ||
|
||
``` | ||
expected output | ||
``` | ||
![Ui](Ui.png) |