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
- Host: GitHub
- URL: https://github.com/rlnkoo/spring-todo-app
- Owner: rlNkoo
- Created: 2024-04-03T15:28:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T10:54:12.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T09:28:56.555Z (9 months ago)
- Topics: java, spring, thymeleaf
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.