Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unfazing authored Feb 15, 2023
1 parent 0c99a8b commit 46d13a0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/README.md
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)

0 comments on commit 46d13a0

Please sign in to comment.