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: 3 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T07:22:46.000Z (4 months ago)
- Last Synced: 2025-03-14T06:33:08.468Z (4 months ago)
- Topics: blazor, blazor-client, blazor-webassembly, blazorwasm, wasm, webassembly
- Language: HTML
- Homepage: http://alexhedley.com/Utility-Blazor/
- Size: 119 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utility Blazor
[](https://learn.microsoft.com/en-us/dotnet/csharp/)
[](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor)
[](LICENSE)Utility Web App written in Blazor WebAssembly (WASM)
[](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/build-test.yml)
[](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/codeql-analysis.yml)
[](https://github.com/AlexHedley/Utility-Blazor/actions?query=workflow%3A%22Deploy+to+GitHub+Pages%22)
[](https://github.com/AlexHedley/Utility-Blazor/actions/workflows/pages/pages-build-deployment)[](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))
[](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)