“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:
- Add tasks (3 types - todos, deadlines, events) to a list
- Perform basic functions on the list
- 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.