Hi, my name is Raymond Haryanto
. This Project is created in order to answer the challange which is coming from Shopee ID
Creating Foreign Exchange Currency App which using https://exchangeratesapi.io/
as the API.
This Project is built using react-boilerplate
, template --> https://github.com/react-boilerplate/react-boilerplate
The Dockerfile will expose port 80
, so make sure run it <expose IP>:80
In case, there is something wrong with the deployment, I'd already served it on --> https://forex-ray.netlify.com
git clone https://github.com/ray1412/foreign-exchange-currency
npm run install
oryarn install
npm run build
The main page of this app is located on app/containers/App/index.js
.
Below is the structure of the <App/>
:
- Header --> displaying date and refresh button
- BaseCurrencyInput --> segment where user able to choose base currency and input the desired amount
- Content --> where list of selected currency will be shown.
- SubmitCurrency --> segment where user able to choose target currency (to be calculated)