React app to Calculate Monthly EMI, View Amortization Schedule and View Live Currency Exchange Rates.
- React.js
- MUI
- Context API
- exchangerate-api.com
git clone <repo link>
cd <cloned-folder>
npm i
cd run dev
git clone <repo link>
cd <cloned-folder>
docker build -t loan-calc:1.0.0 .
docker run -p 80:80 --name loan-app loan-calc:1.0.0
You can access the site at: http://localhost:80 or http://127.0.0.1:80
VITE_EXCHANGE_API_URL=
NOTE: You can get a free API key from here