LinkedIn


Foreign Currency Exchanger

React-based Foreign Currency Exchanger Web Application

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Updates

About The Project

Add, remove, and compare popular currencies as you wish!

Built With

Mainly use React with other supporting libraries

Installation

  1. 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
  2. Clone the repo

    git clone https://github.com/naufalg/foreign-currency-exchange.git
  3. Install packages

    yarn install
    or
    npm install
  4. Start locally

    yarn start
    or
    npm run start