"WALL-E." - WallE
WallE frees your mind of having to remember things you need to do. It's, -intuitive and user friendly -lightweight and fast -designed for productivity enthusiasts
To get started:
- [Download WallE]
- Run the app
- Add your task
- Complete them
And the best part, WallE is Free!
- Task managment
- Custom reminders (coming soon)
For Java programmers, here’s a snippet of the main entry point:
public class TaskMate {
public static void main(String[] args) {
Application.launch(TaskApp.class, args);
}
}