React-based Foreign Currency Exchanger Web Application
Table of Contents
Add, remove, and compare popular currencies as you wish!
Mainly use React with other supporting libraries
-
Get the APIs, currencies name API: https://openexchangerates.org/api/currencies.json currencies rate API: http://bernardusbilly.com/currency-rates/IDR.json and save it in root folder as environment file (.env)
REACT_APP_CURRENCY_URL= https://openexchangerates.org/api/currencies.json REACT_APP_RATE_URL= http://bernardusbilly.com/currency-rates/IDR.json
-
Clone the repo
git clone https://github.com/naufalg/foreign-currency-exchange.git
-
Install packages
yarn install or npm install
-
Start locally
yarn start or npm run start