=======
A simple Todo List application built with JavaFX (frontend), Spring Boot (backend), and H2 database. Features include task creation, editing, deletion, and basic user authentication.
- Clone the repository:
git clone https://github.com/angeldbd/TodoApp.git - Install Maven: Ensure Maven 3.8+ is installed (
mvn --version). - Build the project:
mvn clean install - Run the application: (To be updated once main class is implemented)
- Java 17
- JavaFX 21
- Spring Boot 3.3.4
- H2 Database