/currency-app

Foreign Exchange Currency Web App

Primary LanguageJavaScriptMIT LicenseMIT

Foreign Exchange Currency Web App

Foreign Exchange Currency converter Web App to help you convert USD (with specific amount) to many currency rates

Tech Stack

  1. ReactJs
  2. Redux
  3. Axios
  4. Puppeteer
  5. NodeJs
  6. NPM
  7. Yarn
  8. Docker

Setup Development Mode

npm start / yarn start

Create Docker Image Developmenr mode

    npm run docker-image / yarn run docker-image

Setup Production Mode (Docker Build + Run)

npm run docker-build
npm run docker-run

Testing (Puppeteer)

npm start / yarn start
npm test / yarn test