Skip to content

This source code for TEDU Blazor for Beginners course

Notifications You must be signed in to change notification settings

david0718/TodoListBlazorWasm

 
 

Repository files navigation

Todo List Blazor WebAssembly

This source code for TEDU Blazor for Beginners course. We will make a Todo list project using Blazor WebAssembly connecto to Backend API via HttpClient. If you have any question or contribution, you can create PR or issue for us. This video guide how to make project on Youtube: https://www.youtube.com/playlist?list=PLRhlTlpDUWszBRs388Koxf6sMBSuOs8cd

Techstack

  • ASP.NET 5
  • REST API
  • SQL Server
  • Entity Framework Core
  • Blazor WebAssembly

How to run

  • Clone project from Github
  • Setup database connection in project TodoList.Api --> appsettings.json
  • Setup startup project is multiple projects
  • Database will be created automatically when run API project.

References

About

This source code for TEDU Blazor for Beginners course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 71.0%
  • HTML 25.8%
  • CSS 3.2%