To Do List is a Spring Boot web application. It stores user's daily tasks and orders them according to days remaining to complete the tasks. Also, there is a search option to find tasks by title or description. User can delete a task or update a task through the pre-populated form.
User can create a new task using task form. The form cannot be submitted until all fields are filled.
- Java
- Spring Boot 2
- Spring Data JPA
- Hibernate
- Maven