Skip to content

It is EMI calculator which takes number of months and monetary amount input from user using slider ,simultaneously displays the EMI .

Notifications You must be signed in to change notification settings

falendra/react-emi-calculator

Repository files navigation

REACT-EMI-CALCULATOR

GitHub issues GitHub forks GitHub stars

This is React.js EMI calculator. It takes input from user and fetch calculated data using API & display them.

alt text

(It's just an example)

This reusable react component could be used in any App where such an calculation is needed.

How to run it locally from command line

Link to live example: https://react-emi-calculator.web.app/ Use as follows:

Example of props: {...}

    valueD={6}  - duration of loan in months , default - 6
    stepD={1}  - step of duration of loan slider in months, default - 1
    maxD: 24    - max value of duration of loan slider in moths , default - 24
    minD: 6    - min value of duration of loan slider in moths , default - 
    valueA={500}  - amount of loan in currancy choosen , default - $500
    stepA={100} - step of amount of loan slider in currancy choosen , default - $100
    maxA={5000}   - max value  of amount of loan slider in currancy choosen , default - $5000
    minA={500}   - min value of amount of loan slider in months , default - $500

About

It is EMI calculator which takes number of months and monetary amount input from user using slider ,simultaneously displays the EMI .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published