Skip to content

Housing Cost Calculator

Full page version here: https://jadujoel.github.io/housing-cost/

Housing Cost is a web-based calculator that helps you understand and visualise the true cost of homeownership. It generates interactive charts showing payment breakdowns over time, making it easier to compare different financing scenarios.

Enter your property price, down payment, interest rate, and loan term. The calculator computes monthly payments, total interest paid, and generates SVG charts showing how your payments break down between principal, interest, and fees over the life of the loan. Adjust any parameter and the visualisation updates instantly.

  • Payment Breakdown — See how monthly payments split between principal, interest, and fees
  • Interactive Charts — SVG-based visualisation of costs over time
  • Scenario Comparison — Adjust parameters to compare different financing options
  • Instant Feedback — All calculations happen client-side with live chart updates
LanguageTypeScript (82.2%)
ChartsSVG (client-side rendering)
RuntimeBun
DeployGitHub Pages

The source code is available on the project’s GitHub repository.