Skip to content

RachelCheah/ip

 
 

Repository files navigation

Duke

“Your mind is for having ideas, not holding them.” – David Allen (source)

Duke is a chatbot that is also a task manager that helps you to keep track your tasklist, ranging from todos, events, deadlines and fixed duration tasks.

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

  • text-based
  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

  1. download it from here.
  2. double-click it.
  3. add your tasks.
  4. let it manage your tasks for you 😉
  5. And it is FREE!

Features:

  • Managing todos
  • Managing deadlines
  • Managing events

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.7%
  • Shell 2.5%
  • Batchfile 1.8%