This is a Task Manager Built on the robust .NET MVC framework f Watch Video
git clone https://github.com/doks-coders/TaskManager
This is a straightforward CRUD application designed to facilitate the creation and management of to-do lists for users. It allows users to input tasks and subsequently delete them once completed.However, the central emphasis lies in its architecture.
- ASP.NET MVC 8.0
- ASP.NET Identity Core
- ASP.NET Razor
- FluentValidations
- Mediators
- Automapper
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Unit of work
- Repository
- DDD (Doman Driven Development)