Releases: MarcusMQF/FOP-ToDoList-App
Releases · MarcusMQF/FOP-ToDoList-App
ToDoApp v1.0.0
📝 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
Registration Screen
Task Management Screen
🛠️ 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
- Go to the Releases page.
- Download the latest
.exe
file (e.g.,ToDoApp.exe
).
🚀 Usage
Running the Application
- Double-click the downloaded
.exe
file to launch the application. - Log in with your credentials or register a new account.
- 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