Trackor is a side-project I'm using to experiment with a few technologies that interest me:
- Blazor WebAssembly
- PWA (Progressive Web Application)
- EF Core backed by a SQLite database, in the browser cache, with the help of Besql
- Application state using the Flux pattern with the Fluxor library
- MudBlazor components and UI styling
- Azure Static Web Apps
It is a web application that has no back-end services - everything is accomplished locally in the browser. The project is deployed to: https://app.trackor.dev
Trackor is not a product. I don't have the time or resources to maintain a full-blown project with updates and support indefinitely. Feel free to use the code here as inspiration for your own project if you'd like.