Duke is an application that is designed to help users to keep track of different types of tasks (i.e. todos, deadlines, events).
- Ensure you have Java 11 installed in your Computer.
- Download the latest CS2113_IP.jar from here.
- Copy the file to the folder you want to use as the home folder for your Duke.
- Double-click the file and open a command window in the home folder to run the jar file.
- add todo task: 'todo' Format: 'todo read book'
- add deadline task: 'deadline' Format: 'deadline quiz /by Friday 11pm'
- add event task: 'event' Format: 'event group meeting /at Sunday 5pm'
Show the list of the tasks Format:'list'
Delete a task from the task list by index Format: 'delete 3'
Mark the task as done by index Format: 'done 2'
####Find 'find' Find a task in the list by keywords Format: 'find book'
####Bye 'bye' Exit the program Format: 'bye'