Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwinjoel1202/todo-application
Simpli Task is a user-friendly TODO app built with Spring Boot (backend) and Thymeleaf (frontend). It allows users to manage tasks (add, edit, complete, delete) with a clean UI styled using Bootstrap 5. The application uses PostgreSQL for efficient task management.
https://github.com/edwinjoel1202/todo-application
Last synced: about 2 months ago
JSON representation
Simpli Task is a user-friendly TODO app built with Spring Boot (backend) and Thymeleaf (frontend). It allows users to manage tasks (add, edit, complete, delete) with a clean UI styled using Bootstrap 5. The application uses PostgreSQL for efficient task management.
- Host: GitHub
- URL: https://github.com/edwinjoel1202/todo-application
- Owner: edwinjoel1202
- Created: 2024-09-03T13:42:38.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T09:45:13.000Z (4 months ago)
- Last Synced: 2024-09-07T11:57:06.900Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simpli Task: TODO Application
A TODO application built using Spring Boot, Thymeleaf for templating, and PostgreSQL as the database. The application allows users to create, edit, view, and delete tasks from their to-do list.
## Features
- Add new TODO tasks
- Mark tasks as complete
- Edit and delete existing tasks
- View task details## Tech Stack
**Frontend:**
- HTML
- CSS
- Bootstrap 5**Frontend Template Engine:**
- Thymeleaf**Backend:**
- Java Spring Boot**Database:**
- PostgreSQL### Prerequisites
- Java 17 or later
- PostgreSQL
- Maven