Book is a project used as a learning experience in various technologies new to me:
- Blazor WebAssembly
- EF Core backed by a SQLite database, in the browser cache, with the help of Bit.Besql
- MudBlazor components and UI styling
- ApexCharts Javascript charts via Blazor-ApexCharts
It is a browser application that has no back-end services - everything is accomplished locally in the browser.
Please visit https://github.com/ravi66/Book to access the source code for this application.