Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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