Skip to content

Commit

Permalink
Add preview photo to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afroneth committed Sep 15, 2020
1 parent 45e1871 commit 8240132
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Duke: User Guide
## Quick Start
# Duke User Guide
Duke is a chat-bot application that helps you to manage your daily tasks through command line interface.

* [Quick Start](#quick-start)
* [Features](#features)
* [Feature Details](#features)

<img src="https://raw.githubusercontent.com/afroneth/ip/master/docs/Ui.png" width="400">

## <ins>Quick Start</ins>
1. Download and execute `jar` file from release. GUI should appear in a few seconds.
2. Type in commands and press `enter` on the keyboard or click the "Send" button to execute commands.
3. Type `help` command to list commands available.

## Features
## <ins>Features</ins>

### Feature 1 - Task Management
Duke helps you to manage important tasks that you need to complete in your daily life.
Expand All @@ -18,7 +26,7 @@ You may also remove them from your list via the `delete` command.
### Feature 3 - Intuitive Command Line Interface
Duke allows you to record your tasks with simple command line commands.

## Feature Details
## <ins>Feature Details</ins>

### `todo` - Adds a todo task to your task list

Expand Down

0 comments on commit 8240132

Please sign in to comment.