A simple, interactive mortgage calculator that helps users estimate monthly payments based on purchase price, down payment, interest rate, and income.
- Calculate monthly mortgage payments
- Visualize payment breakdown with an amortization chart
- View detailed amortization schedule by year
- Responsive design
- No installation required - runs directly in the browser
- HTML5
- CSS3
- JavaScript
- React (loaded via CDN)
- D3.js (for data visualization)
- Tailwind CSS (loaded via CDN)
Simply open the index.html
file in your web browser or visit the GitHub Pages deployment at https://your-username.github.io/mortgage-calculator/
This project is configured to automatically deploy to GitHub Pages using GitHub Actions. To enable GitHub Pages for this repository:
- Go to your repository on GitHub
- Click on "Settings"
- Navigate to "Pages" in the left sidebar
- Under "Build and deployment", select "GitHub Actions" as the source
- The site will be automatically deployed when changes are pushed to the main branch
MIT