This is a simple ToDo application built with Java, Spring Boot, and Thymeleaf.
- View all ToDo items
- Add a new ToDo item
- Edit an existing ToDo item
- Delete a ToDo item
- Mark a ToDo item as done
- Assigning a priority to each task
- Marking a task overdue automatically
- Keep count of completed tasks
- Keep count of yet to be completed tasks
- Keep count of overdue tasks (overdue tasks count as yet to be completed tasks, it's never too late!)
- Java
- Spring Boot
- Thymeleaf
- Maven
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java 8 or higher
- Maven
- Clone the repository:
git clone https://github.com/Sopa02/spring-boot-todo-app.git
- Navigate to the project directory:
cd todo-application
- Build the project:
mvn clean install
- Run the application:
mvn spring-boot:run
The application will be accessible at http://localhost:8080
.