Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahmudmridul/todo


https://github.com/mahmudmridul/todo

Last synced: about 1 hour ago
JSON representation

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.