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

https://github.com/mahmudmridul/todo

A crud application
https://github.com/mahmudmridul/todo

asp-net docker docker-compose dotnet react rest-api sqlserver-2022 webapi

Last synced: 3 months ago
JSON representation

A crud application

Awesome Lists containing this project

README

          

# Todo

Todo is a CRUD application built with `.NET 9`, `Entity Framework`, `React`, `Tailwind CSS` and `MS SQL Server`.

## Functionalities

- Adding item.
- Editing item.
- Deleting item.
- Mark item as completed.
- Mark completed item as incomplete.
- Sort item by title, due date, completion status.
- Search item by title, description and comment.
- Click on item to see details popup.