I have used React to build Home Loan Calculator. You can select what would be your home value, how much you are ready to pay as down payment, how much you need as loan amount and what would be the interest rate.
Finally, you can select the tenure of the loan amount, based on all the criteria pie chart would draw and inform you monthly EMI amount. Also, the pie chart will inform you on the principal and interest amount which you are going to pay.
- React
- Material UI
- React Chartjs 2
- React Functional Components
- User Inputs
- Handling Props
- props destructuring
- useState Hook
- Material UI
- React Chartjs 2 (Pie Chart)
npx create-react-app .
npm install @mui/material @emotion/react @emotion/styled
npm install --save chart.js react-chartjs-2