Skip to content

rachelyeohm/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyabot project

Nyabot is a chatbot for the individual project component of CS2103T, by Rachel Yeo Hui Min.

Functions include add, delete and list tasks, marking tasks as done or undone, and loading and saving chatbot data. Users can also use find to search for tasks with a query. Users can also find out their schedule for a particular day. There are three types of tasks, todo, deadline and event. Todo has a task name, deadline has a task name and end time, event has a task name, start time and end time.

For deadlines and events, dates should be written in yyyy-MM-dd HH:mm. For example, you can write 2019-12-27 18:00. For schedules, dates should be written in yyyy-MM-dd (without the time). If you wish to know the schedule for the current day, you can simply type "schedule today".

Here is the complete list of commands: todo deadline /by event /from /to delete exit find list mark unmark schedule <date / "today">

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 97.6%
  • Shell 1.4%
  • Batchfile 1.0%