A simple, mobile-first mortgage calculator designed for Hawaii residents. This calculator helps users estimate their monthly mortgage payments and understand the total cost of their loan.
- Calculate monthly mortgage payments
- View loan amount, total interest, and total cost
- Mobile-responsive design
- Simple, clean interface
- Clone the repository:
git clone [your-repo-url]
cd [your-repo-name]- Open
index.htmlin your browser to test locally.
The project is designed to be deployed on GitHub Pages:
- Push your changes to GitHub
- Go to Settings > Pages
- Select your main branch as the source
- Your calculator will be available at
https://[username].github.io/[repo-name]
- Built with vanilla JavaScript
- Uses Bootstrap 5.3.0 for responsive design
- No build process required
- Single file architecture for simplicity
- Add sliders for intuitive input adjustment
- Include custom expense items
- Add CSV export/import functionality
- Implement educational tooltips
- Add mortgage scenario comparison feature
MIT License