Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 738 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 738 Bytes

DukePro

This issa quotee.

  • Dion

DukePro frees your mind of having to remember things you need to do. Its:

  • text-based
  • easy to learn
  • FAST SUPER FAST to use
  • All you need to do is,

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 (coming soon)
  • Reminders (coming soon)

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

public class Main {
    public static void main(String[] args) {
        Application.launch(MainApp.class, args);
    }
}