It allows you to calaculate the monthly payment and interest amount based on principle amount and loan tenure.
For development, you will need Node.js installed on your environement.
Install the dependencies and start the server.
$ git clone https://github.com/Gopigaj/EMI-Calculator.git
$ cd EMI-Calculator
$ npm install
$ npm run start