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 Duke is extremely easy. All you need to do is:
- Download JDK 11 and above from here
- Download the latest JAR file release from the right side of this repository
- Run the command java -jar ip.jar
It's that simple! :)
There are a few commands you can run in Duke. These include:
- todo
- deadline
- event
- delete
- list
- find
- bye
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
____ _
| _ \ _ _| | _____
| | | | | | | |/ / _ \
| |_| | |_| | < __/
|____/ \__,_|_|\_\___|