A UI that accepts loan amount and loan tenure as inputs from user and displays the rate of interest and EMI. This also displays the recent loan entries and their respective interests as cached data in the sidebar. This has been created by using React JS.
Deployment: https://emi-calculator-6kgw774rm.now.sh/
To install, clone the repository to your preferred location on your machine:
git clone https://github.com/dshankar4/EMI-Calculator.git
Next, cd to the directory of the project.
$ cd EMI-Calculator
Next, install the dependencies for the project using the following command:
$ yarn install
then
$yarn dev
Runs the app in the development mode. Open localhost to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run build
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!