Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.12 KB

File metadata and controls

48 lines (40 loc) · 1.12 KB

Duke

Duke is a interactive chatbot with UI.

"Your mind is for having ideas, not holding them" - David Allen

Duke is a task tracker that can track three categories of tasks:

  • Todo
  • Deadline
  • Event

Setting up

Setting up Duke is extremely easy. All you need to do is:

  1. Download JDK 11 and above from here
  2. Download the latest JAR file release from the right side of this repository
  3. Run the command java -jar ip.jar

It's that simple! :)

Commands

There are a few commands you can run in Duke. These include:

  • todo
  • deadline
  • event
  • delete
  • list
  • find
  • bye

Using an IDE

You can further edit/modify Duke by navigating to the src folder which contains all the java files

You can run it from Launcher.java by using main:

public class Launcher {
    public static void main(String[] args) {
        Application.launch(Main.class,args);
    }
}
Hello from
 ____        _        
|  _ \ _   _| | _____ 
| | | | | | | |/ / _ \
| |_| | |_| |   <  __/
|____/ \__,_|_|\_\___|