"Implement whatever organizational system works best for you, but then be sure to review your to-do list at least once a week." – Cheryl Barker (Source)
Liberate your mind from the burden of remembering tasks. Duke offers:
- Easy to use task tracker
- Intuitive text-based interface
- Remarkable
speedSPEED
So what do you have to do :
- Download it from here.
- Double-click the executable.
- Input your tasks.
- Let it handle your task management for you 😉
Awesome Features
- Task management
- Calendar View (coming soon)
- Reminders (coming soon)
If you Java programmer, you can use it to practice Java too. Here's the main
method:
public static void main(String[] args) {
Duke duke = new Duke("./data/data.txt");
duke.start();
}