Skip to content

DaveDevs/Financr

Repository files navigation

Readme

Deploy to GitHub Pages

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

Tech

  • Net7
  • Blazor Wasm (PWA)
  • MudBlazor
  • NUnit
  • FluentAssertions
  • Plotly.Blazor

Running locally

Clone, open in VS and F5

dotnet watch run debug --project Financr for live reload

Screenshot

image