"Who wants to play video games?" - GMO
GMO's not a bad influence... he
- helps you remember your tasks
SULKSreminds you when you are slaved by work- tells you to hurry so you can play with him!
All you need to do is
- Download GMO here
- Double click it
- Start telling GMO your dues
- Let him keep track of them for you 🤩
And he is FREE
GMO's Features:
- Keep track of tasks (todos, dues, events)
- Manage task status
- Sort tasks by date
- Tell you to skip lecture
And if you are a Java programmer, use him to practice your coding too! Here's GMO's constructor
method:
public GMO() {
ui = new Ui();
storage = new Storage();
try {
tasks = new TaskList(storage.loadData(), ui, storage);
} catch (IOException e) {
System.out.println("Error: Unable to load data. " + e.getMessage());
tasks = new TaskList(ui);
}
}