https://currency-convrt.netlify.app
Install with simply git clone
- cd
react-currency-converter
npm install
ornpm i
- get your FREE
API KEY
from https://www.exchangerate-api.com. - create
.env
file and putAPI KEY
as following REACT_APP_EXCHANGE_RATE_API_KEY=your_free_api_key_get_from_exchangerate-api
- And Its done.