Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 850 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 850 Bytes

AdaBot

"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
  • FAST SUPER FAST to use

All you need to do is,

  1. Add your tasks
  2. Let it manage your tasks for you 😉

And it is FREE!

Features:

  • Managing tasks
  • Managing deadline
  • Managing events
  • User-friendly and intuitive GUI

User Guide

See User Guide here

Get Started

  • 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();
 }