Skip to content

Duke Beta

Choose a tag to compare

@HangZelin HangZelin released this 02 Sep 16:29

Duke

“You can do anything, but not everything.” – David Allen (source)

Duke frees you from worry of taking care of everything. You can ask Duke to help you remember things. It's

  • Text-based!
  • Easy to understand!
  • Super Fast to use! 😁

All you need is: 😉

  1. Click this link to download!
  2. Double-click to open it.
  3. Tell Duke tasks to add.
  4. Let Duke manage your tasks for you!

It is FREE to use!!!

Features:

  • Managing tasks: deadline, event, todo.
  • Marking finished tasks.
  • Deleting certain tasks.
  • Searching certain tasks by key word or time.
  • Recognizing time for tasks (Not all format supported)
  • Reminding users when ddl for certain task is approaching. (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) {
        new Duke("data/tasks.txt").run();
    }