Skip to content

brelkh/ip

 
 

Repository files navigation

Mike

“The bad news is time flies. The good news is you’re the pilot”

Mike is a simple task manager bot. It is

  • Easy to learn and use
  • Fast (if you can type fast)
  • FREE 💵

It can:

  1. Add tasks (3 types - todos, deadlines, events) to a list
  2. Perform basic functions on the list
  3. Store the list in hard drive for future reference.

To use it,

  • Download the jar file
  • Run the jar file with java
  • Add your tasks!

Ready to use it?

Find the JAR file here: https://github.com/brelkh/ip/releases/tag/v0.3

Find the User Guide here: https://brelkh.github.io/ip/

Know Java? Feel free to fork it and edit code as you please!

public class Main {
    public static void main(String[] args) {
        //Your code here
    }
}

Credit: JavaFX code used in this project is adapted from that present in the SE-EDU JavaFX tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • Shell 2.2%
  • Batchfile 1.6%