Skip to content

Mike v0.3 final iP release

Latest
Compare
Choose a tag to compare
@brelkh brelkh released this 16 Feb 14:17
· 4 commits to master since this release

Mike

This is my final form.

“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!

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

public class Main {
    public static void main(String[] args) {
        
    }
}