I built a free 'Can I Afford This House?' calculator – with $0

3 theeunderdog 2 8/15/2025, 7:17:23 PM nyanguno.github.io ↗

Comments (2)

panny · 5h ago
Most Americans pay a bare minimum payment, expecting the home "value" to appreciate 20% annually. If they can just make it the first two years, then they can live off the HELOC the rest of their days... I exagerate, but only a little.

My calculator is much easier however.

boolean houseIsAffordable(int price, int downPayment) { return downPayment >= price; }

Never had a mortgage, and I never will. I live within my means.

slater · 6h ago
"Your payment is 7172.7% of your income" whelp! :D