riipah / vocadb-lyrics-blazor-proto

Blazor proto for browsing lyrics on VocaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VocaDB lyrics display Blazor proto

Demo here.

Just a simple proto I did for testing the Blazor framework. Frontend code written in C#, running in browser with WebAssembly.

Notes

  • Data binding (bind attribute) and event listeners cannot be combined on the same element at the moment. I would've used onchange together with bind for the search box, but not possible.
  • The built-in JSON serializer doesn't seem to be able to convert between JavaScript and C# style property naming, so properties are named in JavaScript style (starting with lowercase letter).

About

Blazor proto for browsing lyrics on VocaDB

License:MIT License


Languages

Language:C# 66.6%Language:CSS 28.1%Language:HTML 5.4%