Botson was designed as a Personal Assistant Chatbot to assist individuals in managing and keeping track of various tasks and activities. The chatbot provides a seamless conversational interface and maintains a centralized task list, which makes it easy for users to add, modify, and mark tasks as complete.
It is using Java for the backend and JavaFX for the frontend.
Botson-demo.mov
Prerequisites: Java 11, update Intellij to the most recent version.
- Download the latest jar file from the releases
- Copy the file to the folder you want to use as the home folder for your JeeqTracker.
- Double-click the file to start the app. The GUI similar to the below should appear in a few seconds.
- If double-clicking the jar file doesn't work, use the following command to run the app.
$ java -jar {file_name} command to open it.
Adds a new task to the list.
Type | Command |
---|---|
Normal Task [T] | todo TASK |
Event [E] | event TASK /at DATE |
Deadline [D] | deadline TASK /by DATE |
Note: DATE should be in DD/MM/YYYY format.
Make changes to the name of the specified task by the index.
update
INDEX:rename:NEW_NAME
Mark the status of the specified task as complete.
mark INDEX
Remove unwanted task specified by the index position.
delete INDEX
Search for a task specified by the keyword.
find KEYWORD
View all the tasks currently in the list.
list