Duke is a CLI-based application with similar functionalities to TodoList apps.
- Ensure you have java installed on your operating system. You can download Java from https://www.java.com/en/download/manual.jsp.
- You can download Duke's jarfile from https://github.com/Rakesh12000/ip/releases/download/v2.0/ip.jar. It is best to keep it in an easily accessible directory. E.g. C:\Users[UserName]\Desktop\jarfile
- Run command prompt and navigate to your jarfile directory using cd. E.g. "cd C:\Users[UserName]\Desktop\jarfile".
- Type command "java -jar ip.jar". This will run Duke.
- Duke will prompt you to type in a directory where you can save the data file. Duke will then handle the creation of a text file 'duke.txt' in this folder to save your tasks.
- Adding Tasks
- Adding Todo Task : "todo [task description]"
- Adding Deadline Task : "deadline [task description /by yyyy-mm-dd HHMM]"
- Adding Event Task : "event [task description /at date/place]"
- Viewing Tasks : "list"
- Finding Certain Tasks : "find [keyword]"
- Marking Tasks As Done : "done [task number]"
- Removing Tasks : "delete [task number]"
- Exiting Program: "bye"