Skip to content

SharlynLui/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoraemonBot

This is a project building a simple chat bot to keep track of tasks. Given below are instructions on how to use it.

Setting up

Prerequisites: JDK 11, update Intellij to the most recent version.

  1. Ensure that you have Java 11 or above installed on your computer.
  2. Download the lastest JAR file from here
  3. Copy the file to the folder you want to use as the home folder for DoraemonBot.
  4. Open a command terminal, cd into the folder where the JAR file is placed in and use java -jar CS2113_IP_new.jar command to run the programme.

Add

To Add Tasks: Use the todo command and type in the name of the task and it will be added. Example:

todo project

To Add Deadlines: Use the deadline and /by commands and type in the name and due date of the task. Example:

deadline project /by tomorrow

To Add Events: Use the deadline, /from and /to commands and type in the name, starting time and ending time of the event. Example:

event project /from today 2pm /to 3pm

List

To List tasks you have saved. Type the command list. Example:

list

Mark

To Mark tasks completed, type the command mark followed by the task number of the task. Example:

mark 3

Delete

To Delete tasks from the list, type the command delete followed by the task number of the task. Example:

delete 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.0%
  • Shell 5.2%
  • Batchfile 3.8%