Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 859 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 859 Bytes

DukeBruv

"If you can dream it, you can do it" - Walt Disney (source)

DukeBruv enhances your daily lifestyle by efficiently keeping track of your tasks. It's

  • user-friendly
  • fast to use
  • ad-free

All you need to do is,

  1. download it from here
  2. run it on your IDE/terminal
  3. add your tasks
  4. enjoy your very own task manager! 😄

Features:

  • Managing tasks
  • Managing deadlines and timings
  • Aesthetic user interface (coming soon try it out now!)
  • Reminders (coming soon)

and it is FREE!


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