Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 641 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 641 Bytes

DukePro

DukePro frees your mind of having to remember things you need to do. It's,

  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

download it from here.

  1. click load.
  2. add your tasks.
  3. 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 Main {
    public static void main(String[] args) {
        Application.launch(MainApp.class, args);
    }
}