Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 766 Bytes

File metadata and controls

27 lines (16 loc) · 766 Bytes

InterestCalculation

A webpage that is used to display interest rate and monthly amount payable for given details about loan along with history of recent inputs.

Project Dependencies:

This project is developed using react js,material ui,axios.It uses an API to get information about the loan details given.

Installation

To install, clone the repository to your preferred location on your machine:

git clone https://github.com/ananthu-16/InterestCalculation.git

Next, cd to the directory of the project.

cd InterestCalculation

Next, install the dependencies for the project using the following command:

npm install

then

npm start

Runs the app in the developement mode.

Open localhost to view it in the browser.