Skip to content

Repository files navigation

Natsbot 🚀

"Don't let your dreams be dreams" - Shia LaBeouf (source)

The project implements a chatbot that assists users with managing their tasks, offering a streamlined interface for task management. This bot:

  • increases efficiency
  • helps remember tasks
  • is super complicatedeasy to learn and use

These Are the Features:

  • Adding and Deleting Tasks
  • Marking Tasks as Completed
  • GUI and frontend

How to Use the Features:

  1. Add a Task: Use the todo TASK_NAME, deadline TASK_NAME /by DATE (yyyyMMdd HHmm or yyyyMMdd), or event TASK_NAME /from START /to END command.
  2. Complete a Task: Mark tasks as done with the mark TASK_NUMBER command.
  3. Delete a Task: Remove tasks using the delete TASK_NAME command.

The location for storing tasks can be changed easily in Natsbot.java by editing the main method, which is displayed below:

publicstaticvoidmain(String[] args) {
newNatsbot("data/natsbot.txt").run();
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages