Skip to content

KelvinSoo/ip

 
 

Repository files navigation

DukePro

“Your mind is for having ideas, not holding them.” – David Allen (source)

DukePro 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. download it from here.
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you

And it is FREE!

Features

  • Managing tasks
  • Managing deadlines
  • Reminders

If you Java programmer, you can use it to practice Java too. Here's the main method:

public class Duke {
   public static void main(String[] args) {
      new Duke("./data/duke.txt").run();
   }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.0%
  • Shell 1.7%
  • Batchfile 1.3%