"Adapt. Improvise. Overcome." - Tom Cruise
AdaBot frees your mind of having to remember things you need to do. It's,
- text-based
- easy to learn
FASTSUPER FAST to use
All you need to do is,
- Add your tasks
- Let it manage your tasks for you 😉
And it is FREE!
Features:
- Managing tasks
- Managing deadline
- Managing events
- User-friendly and intuitive GUI
See User Guide here
- You can download the jar file here
- Make sure you have Java and JRE installed on your device
- Run the jar file
If you Java programmer, you can use it to practice Java too. Here's the main
method in Duke.java
:
public static void main(String[] args) {
new Duke().run();
}