User Guide

1. Introduction

Duke - version LISA, is a CLI task scheduler that supports three different types of tasks (todo, event and deadline). It is simple to use, and comes with a save function to remember your

2. Quick Start

  1. Ensure you have Java 11 or above installed in your Computer

  2. Download the latest duke.jar

  3. Copy the file to the folder you want to use as the home folder.

  4. Run the jar file using java - jar duke.jar

3. Features

3.1 - Add

There are three types of tasks users can add

Todo:
Event:
Deadline:

3.2 - List

3.3 - Delete

3.4 - Done

3.5 - Find

3.6 - Help

3.7 - Exit

4. Sample Usage

  1. Adding new todo task: todo homework before class
    • Expected outcome: adds “homework” to the list
  2. Adding new deadline task: deadline bathe after class / 2020-02-29 1500
    • Expected outcome: adds “bathe” to the list
  3. Search for specific keyword: find class
    • Expected outcome: displays the above two tasks since they contain keyword “class” in description

5. FAQ

6. Command Summary