"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,
- download it from here
- run it on your IDE/terminal
- add your tasks
- enjoy your very own task manager! 😄
Features:
- Managing tasks
- Managing deadlines and timings
- Aesthetic user interface (
coming soontry 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);
}
}