Skip to content

ToDoApp v1.0.0

Latest
Compare
Choose a tag to compare
@MarcusMQF MarcusMQF released this 03 Jan 15:26
· 18 commits to main since this release

πŸ“ To-Do List App

A simple and intuitive Java-based ToDo application to help you manage your tasks efficiently.


✨ Features

  • Task Management: Add, edit, and delete tasks with ease.
  • User Authentication: Secure login and registration system.
  • Responsive Design: Works seamlessly on different screen sizes.
  • Database Integration: Uses SQLite for persistent data storage.

πŸ”₯ Application

Login Screen

Screenshot 2025-01-03 230142

Registration Screen

Screenshot 2025-01-03 230303

Task Management Screen

Screenshot 2025-01-03 231801


πŸ› οΈ Installation

Prerequisites

  • Java Runtime Environment (JRE): Ensure you have Java 17 or later installed. Download it from Adoptium.
  • JavaFX Runtime (if not bundled): Download the JavaFX SDK from Gluon.

Download the Application

  1. Go to the Releases page.
  2. Download the latest .exe file (e.g., ToDoApp.exe).

πŸš€ Usage

Running the Application

  1. Double-click the downloaded .exe file to launch the application.
  2. Log in with your credentials or register a new account.
  3. Add, edit, or delete tasks as needed.

Command Line (Optional)

If you prefer to run the application from the command line:

java --module-path /path/to/javafx-sdk/lib --add-modules javafx.controls,javafx.fxml -jar ToDoApp.jar