Explore mortgage options using this calculator powered by React, Redux, D3, and ES6.
Check it out at: http://firstrex-calculator.herokuapp.com/#/calculators/piti
To setup, clone down to your local machine and run npm install followed by npm start. This will install all of the necessary dependencies and allow you to run it locally.
To run the tests, simply type npm test or npm run test:watch.
This calculator allows a user to input the desired home price, their yearly household income, and other factors related to taking on a mortgage.
The user can select between a Summary tab or a Chart tab to see how the results of the computations change as they change the inputs.