Skip to content

This is a simple ToDo application built with Java, Spring Boot, and Thymeleaf.

License

Notifications You must be signed in to change notification settings

Sopa02/spring-boot-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Application

This is a simple ToDo application built with Java, Spring Boot, and Thymeleaf.

Features

  • 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!)

Technologies Used

  • Java
  • Spring Boot
  • Thymeleaf
  • Maven

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java 8 or higher
  • Maven

Installing

  1. Clone the repository: git clone https://github.com/Sopa02/spring-boot-todo-app.git
  2. Navigate to the project directory: cd todo-application
  3. Build the project: mvn clean install
  4. Run the application: mvn spring-boot:run

The application will be accessible at http://localhost:8080.

About

This is a simple ToDo application built with Java, Spring Boot, and Thymeleaf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published