Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexhedley/utility-blazor
Utility Web App written in Blazor WebAssembly (WASM)
https://github.com/alexhedley/utility-blazor
blazor blazor-client blazor-webassembly blazorwasm wasm webassembly
Last synced: 4 days ago
JSON representation
Utility Web App written in Blazor WebAssembly (WASM)
- Host: GitHub
- URL: https://github.com/alexhedley/utility-blazor
- Owner: AlexHedley
- License: mit
- Created: 2020-09-28T09:30:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T21:58:16.000Z (10 days ago)
- Last Synced: 2025-01-22T08:52:40.752Z (9 days ago)
- Topics: blazor, blazor-client, blazor-webassembly, blazorwasm, wasm, webassembly
- Language: HTML
- Homepage: http://alexhedley.com/Utility-Blazor/
- Size: 119 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utility Blazor
[![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)Utility Web App written in Blazor WebAssembly (WASM)
[![Build / Test (with Reports)](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/build-test.yml/badge.svg)](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/build-test.yml)
[![CodeQL](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/codeql-analysis.yml)
[![Deploy to GitHub Pages](https://github.com/AlexHedley/Utility-Blazor/workflows/Deploy%20to%20GitHub%20Pages/badge.svg)](https://github.com/AlexHedley/Utility-Blazor/actions?query=workflow%3A%22Deploy+to+GitHub+Pages%22)
[![pages-build-deployment](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/pages/pages-build-deployment)[![Tests](https://gist.githubusercontent.com/AlexHedley/2a77118fe86f8053c4245b6f29a74fb7/raw/utility_blazor_tests.md_badge.svg "Tests")](https://gist.github.com/AlexHedley/2a77118fe86f8053c4245b6f29a74fb7)
## Site
- [Site](https://alexhedley.github.io/Utility-Blazor/)
- [Coverage Report](https://alexhedley.com/Utility-Blazor/coverage/)## Features
- Url Encode
- Url
- Guid
- SQL (IN Clause / LIKE)
- Luhn
- Hidden Char Finder ([Original](https://www.soscisurvey.de/tools/view-chars.php) [Source](https://github.com/BurninLeo/see-non-printable-characters/blob/main/view-chars.php))
- HTML
- Markdown
- Ascii (WIP)
- HEX to RGB
- Binary
- String Convert
- Epoch Converter
- Remove whitespace
- Monaco Editor
- kb - mb - gb converter
- time converter
- Base64 Encode/Decode---
- Remember selected tab
### WIP
- JWT
- Unicode
- Diff### Todo
- Monaco Editor ?
- SQL Formatter
- XML Pretty
- JSON Pretty### Not Possible
- MD5 ⛔️
---
## Tests
Output using [dotnet-tests-report](https://github.com/marketplace/actions/dotnet-tests-report) ([Code](https://github.com/zyborg/dotnet-tests-report))
[![Tests](https://gist.githubusercontent.com/AlexHedley/2a77118fe86f8053c4245b6f29a74fb7/raw/utility_blazor_tests.md_badge.svg "Tests")](https://gist.github.com/AlexHedley/2a77118fe86f8053c4245b6f29a74fb7)
- [Results](https://gist.github.com/AlexHedley/2a77118fe86f8053c4245b6f29a74fb7)
## Coverage
- [Report](https://alexhedley.com/Utility-Blazor/coverage/)
---
## Docs
- [docs](docs/README.md)
- [Utility](https://github.com/AlexHedley/Utility)