"You miss 100% of the shots you dont take." - My friend advising people on medical forums.
DukeBot helps you to keep organised. How?
- Text-based
- Easy to grasp
VeryExtremely easy to learn!
All you need to do is:
- Download it from here
- Double click the jar file
- Add your tasks
- Let it help you to keep organised!
AND IT'S FREE 😉
Features:
- Adding tasks
- Deleting tasks
- GUI (Coming soon)
This is a project template for a greenfield Java project. It's named after the Java mascot Duke. Given below are instructions on how to use it.
Here's how the main method looks like in the Duke class:
public static void main(String[] args) {
new Duke("tasks.txt").run();
}