Create React application that allows users to input a rate, number of years and principal and will display the monthly repayment amount.
The logic to calculate a monthly repayment is provided in src/utils/calculate-repayment.js
git clone git@github.com:MCRcodes/mortgage-calculator-react.git <your_project_name>npm installnpm startYou should see a Hello message.