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
- Host: GitHub
- URL: https://github.com/mahmudmridul/todo
- Owner: MahmudMridul
- Created: 2024-06-24T07:45:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T08:07:38.000Z (11 months ago)
- Last Synced: 2025-05-05T09:31:49.264Z (11 months ago)
- Topics: asp-net, docker, docker-compose, dotnet, react, rest-api, sqlserver-2022, webapi
- Language: JavaScript
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.