Demo deployed and Hosted on github pages.
Can be installed as a PWA.
It can:
- Calculate Loan/Mortgage payments and render a graph for amortization (using MudBlazor or Plotly charts)
- Calculate Savings/Pension returns:
- accounting for compound interest
- monthly deposits
- annual increases to monthly deposits.
- Render Graphs of this over time using MudBlazor or Plotly charts
Heavily inspired by House Price Calculator, here
- Net7
- Blazor Wasm (PWA)
- MudBlazor
- NUnit
- FluentAssertions
- Plotly.Blazor
Clone, open in VS and F5
dotnet watch run debug --project Financr
for live reload