All Projects → georgemathieson → blazor-tour-of-heroes

georgemathieson / blazor-tour-of-heroes

Licence: MIT License
The Angular Tour of Heroes tutorial, but done using Blazor instead

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to blazor-tour-of-heroes

MASA.Blazor
Blazor component library based on Material Design. Support Blazor Server and Blazor WebAssembly.
Stars: ✭ 469 (+2658.82%)
Mutual labels:  blazor, blazor-server
FlashCards
Learning Blazor By Creating A Flash Cards Application
Stars: ✭ 17 (+0%)
Mutual labels:  blazor, blazor-server
FindRazorSourceFile
This is a set of NuGet packages that makes your Blazor apps display the source .razor file name that generated the HTML element under the mouse cursor when entering the Ctrl + Shift + F hotkeys.
Stars: ✭ 39 (+129.41%)
Mutual labels:  blazor, blazor-server
Blazor.PersianDatePicker
A free JavaScript Jalali (Persian) and Gregorian (Miladi) dual datepicker library for Blazor applications
Stars: ✭ 40 (+135.29%)
Mutual labels:  blazor, blazor-server
BlazorFullCalendar
A Server-Side-Blazor wrapper for FullCalender.io
Stars: ✭ 24 (+41.18%)
Mutual labels:  blazor, blazor-server
BlazorSimpleSurvey
Blazor Simple Survey
Stars: ✭ 39 (+129.41%)
Mutual labels:  blazor, blazor-server
smart-blazor
Blazor UI Components & Examples
Stars: ✭ 32 (+88.24%)
Mutual labels:  blazor, blazor-server
AsteroidsWasm
Collection of applications based on a single C# .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron, WPF, WinForms, Xamarin
Stars: ✭ 136 (+700%)
Mutual labels:  blazor, blazor-server
BlazorCefApp
Build windows desktop GUI app via CEF / WinForms / Blazor server-site
Stars: ✭ 28 (+64.71%)
Mutual labels:  blazor, blazor-server
EmbeddedBlazorContent
Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.
Stars: ✭ 39 (+129.41%)
Mutual labels:  blazor, blazor-server
MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
Stars: ✭ 4,539 (+26600%)
Mutual labels:  blazor, blazor-server
MudBlazor.Markdown
Markdown component based on the MudBlazor environment
Stars: ✭ 30 (+76.47%)
Mutual labels:  blazor, blazor-server
BlazorVirtualScrolling
Blazor components for efficiently rendering large lists and data using virtual scrolling
Stars: ✭ 56 (+229.41%)
Mutual labels:  blazor, blazor-server
AutoSaveEditForm
A replacement for the default EditForm component which will auto save a form until it is successfully submitted
Stars: ✭ 44 (+158.82%)
Mutual labels:  blazor, blazor-server
MvvmBlazor
A lightweight Blazor Mvvm Library
Stars: ✭ 203 (+1094.12%)
Mutual labels:  blazor, blazor-server
SyncfusionHelpDesk
Blazor Syncfusion Help Desk
Stars: ✭ 38 (+123.53%)
Mutual labels:  blazor, blazor-server
Matblazor
Material Design components for Blazor and Razor Components
Stars: ✭ 2,599 (+15188.24%)
Mutual labels:  blazor, blazor-server
blazor-docs
Public Documentation for Telerik UI for Blazor components.
Stars: ✭ 42 (+147.06%)
Mutual labels:  blazor, blazor-server
Blazorade-Teams
A Blazor component library that is designed to be used when building applications for Microsoft Teams.
Stars: ✭ 29 (+70.59%)
Mutual labels:  blazor, blazor-server
BlazorGraphApi
Blazor Server App with Azure AD Authentication, that calls the Microsoft Graph API on-behalf of the signed-in user.
Stars: ✭ 28 (+64.71%)
Mutual labels:  blazor, blazor-server

Blazor Tour of Heroes

.NET Core

The Angular Tour of Heroes tutorial, but done using Blazor instead. Largely built as an opportunity to learn server-side Blazor with a Redux style state management system.

🚀 Running the app locally

You'll want the latest version of the .NET Core SDK.

The simplest way to get started is to use Visual Studio to run the project. Be sure to set your startup project to TourOfHeroes.Web.

You can run using the command line:

dotnet run --project src/TourOfHeroes.Web.

The tests can also be run this way:

dotnet test

😎 Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].