An open API service indexing awesome lists of open source software.

https://github.com/alexhedley/blashing

Build a beautiful dashboard
https://github.com/alexhedley/blashing

dashboard dashing smashing

Last synced: 8 months ago
JSON representation

Build a beautiful dashboard

Awesome Lists containing this project

README

          

# ![bowtie (blazor)](docs/images/bowtie_blazor_logo.png "bowtie (blazor)") Blashing

> A port/rewrite of Dashing / Smashing in Blazor

> Build a beautiful dashboard

[![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)](https://learn.microsoft.com/en-us/dotnet/csharp/)
[![Blazor](https://img.shields.io/badge/blazor-%235C2D91.svg?style=for-the-badge&logo=blazor&logoColor=white)](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor)
[![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge)](LICENSE)

[![๐Ÿ”จ Build / ๐Ÿงช Test (with ๐Ÿ“Š Reports)](https://github.com/AlexHedley/blashing/actions/workflows/build-test.yml/badge.svg)](https://github.com/AlexHedley/blashing/actions/workflows/build-test.yml)
![Badge](https://gist.githubusercontent.com/AlexHedley/867fcfe2ac7154c6b610c8189adac06c/raw/blashing_core_tests.md_badge.svg "Badge")
[![Deploy to GitHub Pages](https://github.com/AlexHedley/blashing/actions/workflows/deploy-site.yml/badge.svg)](https://github.com/AlexHedley/blashing/actions/workflows/deploy-site.yml) [![pages-build-deployment](https://github.com/AlexHedley/blashing/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/AlexHedley/blashing/actions/workflows/pages/pages-build-deployment)

Inspired by [Dashing](https://github.com/Shopify/dashing) [Smashing](https://github.com/Smashing/smashing)

## Site

- [https://alexhedley.github.io/blashing/](https://alexhedley.github.io/blashing/)

## Todo

Add widgets for:

- clock
- comments
- graph
- iframe
- image
- list
- meter
- number
- text

![Demo](docs/images/progress/demo.png "Demo")

![Original Screenshot](docs/images/progress/original_screenshot.png "Original Screenshot")

## Tests

`cd src`

`dotnet test --collect:"XPlat Code Coverage"`

## Reports

![Badge](https://gist.githubusercontent.com/AlexHedley/867fcfe2ac7154c6b610c8189adac06c/raw/blashing_core_tests.md_badge.svg "Badge")

- [gist](https://gist.github.com/AlexHedley/867fcfe2ac7154c6b610c8189adac06c)

## src

- [src](src/)
- [Blazing Story](https://github.com/jsakamoto/BlazingStory)

## Sample

Ran the example [smashing](https://github.com/Smashing/smashing) locally and took a copy of the served webpage for comparison.

- [sample](index.html)

## Docs

- [docs](docs/README.md)