/Little-ASP.NET-Core-App

Implementations of the Little ASP.NET Core Book

Primary LanguageC#MIT LicenseMIT

Little ASP.NET Core App

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.

Current features

  • To-dos list
  • New to-do task creation
  • Checkbox to complete a task

Upcoming features

  • Security measures
  • Automated testing
  • Deploy