ToDo List App v1.0 🚀
The first official release of my ToDo List application! This is a lightweight, desktop-based task manager built with Java Swing. It focuses on simplicity, speed, and local data privacy.
✨ Key Features
- Create Tasks: Easily add new tasks to your list.
- Track Progress: Check off items as you complete them.
- Persistent Storage: Your tasks are automatically saved to your local machine (
Documents/MyToDoApp/tasks.txt), so they are waiting for you when you come back. - Clean UI: Simple, no-nonsense interface.
📦 Installation (Windows)
- Download the
MyToDoApp-1.0.exefile below. - Double-click to run the installer.
- Follow the setup wizard.
- Launch "MyToDoApp" from your Start Menu!
🛠 Technical Details
- Language: Java (JDK 17+)
- GUI Framework: Swing
- Storage: Local Text File I/O (Custom Parsing)
- Build Tool: IntelliJ IDEA + jpackage
🐧 Mac / Linux Users
If you are not on Windows, download the ToDoApp.jar file.
Run it using the terminal:
java -jar ToDoApp.jarDeveloped by [merlin2410]