This repository is referred to the implementations of the Little ASP.NET Core Book
It implements all the book's steps to make a simple ToDo list using ASP.NET Core and its best practices.
- To-dos list
- New to-do task creation
- Checkbox to complete a task
- Security measures
- Automated testing
- Deploy