Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmudmridul/todo
https://github.com/mahmudmridul/todo
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmudmridul/todo
- Owner: MahmudMridul
- Created: 2024-06-24T07:45:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T10:33:41.000Z (4 months ago)
- Last Synced: 2024-12-15T12:14:35.955Z (about 2 months ago)
- Language: JavaScript
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo
Todo is basically a CRUD application built with `.NET` for the APIs, `React` for the UI and `MS SQL Server` as database. This application can also be run using in memory database provided by `Entity Framework`.
## 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.