// the find
maac4/blazor
Projeto para implementação de algoritmos utilizando blazor e c#
A Blazor WebAssembly project by a single developer learning the framework — pages for a unit converter, age calculator, NASA EPIC image viewer, and a few other small demos. Zero stars, no contributors, last touched in October 2024. This is a personal learning exercise, not a library or tool anyone would adopt.
The NASA EPIC page is a reasonable real-world API integration exercise for someone learning Blazor. Using Blazor WASM for these kinds of small demos is actually a decent way to learn the component model without a backend. The project compiles and publishes to a docs folder, so it can be hosted on GitHub Pages without extra tooling.
The bin/ and publish/ output directories are committed to the repo — that's a red flag for any shared project and inflates the repo size with build artifacts that belong in .gitignore. There's no shared state management, no services layer, and no tests, which means nothing to learn from architecturally. The README is one line. This is a solo learning sandbox that stopped being updated nine months ago.