"Procrastination is something best put off till tomorrow." - Gerald Vaughan (source)
Balom is a type of chatbot that helps you with managing tasks that you have to do!
- Easy to learn 👍
- Neat and Tidy
- text-based
- Add tasks and delete them
- Find tasks
- Mark and Unmark tasks
- (Deadline) Read book by Oct 10 2020 18:00
Here is a snapshot of the chatbot working!
public static void main(String[] args) {
Duke balom = new Duke("C:/repos/cs2103t stuff/data", "duke.txt");
}