Skip to content

ToDoApp-v1.0

Latest

Choose a tag to compare

@merlin2410 merlin2410 released this 11 Feb 08:05
5d271b1

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.

image

✨ 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)

  1. Download the MyToDoApp-1.0.exe file below.
  2. Double-click to run the installer.
  3. Follow the setup wizard.
  4. 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.jar

Developed by [merlin2410]