Skip to content

nbiada/BlazorLightboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Lightboard

The Blazor Lightweight Dashboard Template

.NET Core

This project is a template for a lightweight responsive dashboard in Blazor.
It's based on the Blazor-Dashboard project available via github.

I've developed this admin template for my .net core projects.
The aim was to use Blazor (C#), Boostrap and the smallest amount of Javascript for development in server side mode.

I've implemented a simple State Manager that you can expand as you like.
Try to fill the input text in the Home or to increment the counter, you'll see the updated properties on the right card.
All the updates are made via State Manager methods.

The value of the Counter property is persisted via localStorage.
I've used the Blazor Storage Library for localStorage support.

This template is available under the MIT License. License: MIT

Usage

  1. Clone or Download nbiada/BlazorLightboard
  2. open a Command Prompt or a shell
  3. change directory to the BlazorLightboard subfolder
  4. dotnet run
  5. Access the dashboard through https://localhost:5001/

See it in Action

Blazor Lightboard

Home

Home

Counter

Counter

Weather

Weather

Home Mobile

Home-Mobile