An open API service indexing awesome lists of open source software.

https://github.com/rlnkoo/spring-todo-app

Todo app inspired by Wazoo Web Bytes
https://github.com/rlnkoo/spring-todo-app

java spring thymeleaf

Last synced: about 1 month ago
JSON representation

Todo app inspired by Wazoo Web Bytes

Awesome Lists containing this project

README

          

# ToDo App - README

## Overview

The ToDo App is a simple Java-based application that allows users to manage their tasks efficiently. Built using Spring Boot 3.0.0, Thymeleaf, Spring Web MVC, and H2 Database, this application offers a clean and intuitive interface for adding, updating, and deleting tasks.

## Features

- **Task Management:** Add, update, and delete tasks with ease.
- **Web Interface:** User-friendly web interface built with Thymeleaf and Spring Web MVC.
- **In-Memory Database:** Uses H2 Database for quick setup and data management.

## Technologies Used

- **Java:** The primary programming language used for the application.
- **Spring Boot 3.0.0:** Provides a robust framework for building and running the application.
- **Thymeleaf:** A server-side Java template engine used for rendering HTML pages.
- **Spring Web MVC:** Provides the model-view-controller framework for web applications.
- **H2 Database:** An in-memory database used for task storage and management.