Credit-caclulator
This application can be used to calculate monthly loan payments. The application supports two types of payment calculation are annuity and differentiated calculations.
Setup project:
npm install
For run the application please execute the bash command and open in browser http://localhost:5000
npm start
For run application in development:
npm run dev
Run tests:
npm test