This is a progressive web app mortgage calculator using React, Redux, Material-ui and chart.js.
The graph shows the part of the monthly payment not spent on interest "Monthly Equity gain" or the remaining balance on loan "Remaining Capital"
Demo https://reduxmortgage.firebaseapp.com/
After a few visits on android phones, Chrome will trigger a home screen banner install. The banner allows to use the app offline.
Install:
npm install
npm run
Firebase hosting:
npm run build
firebase init (choose hosting, choose folder build)
firebase deploy
Contact [email protected]