Skip to content

bijoyanupam/currency-converter-widget

Repository files navigation

Currency Converter Widget

A simple currency converter widget using JSON API from http://fixer.io/.

Getting Started

Install Node.js.

Developement

Install all required dependencies.

npm install

Setup the local server.

npm start

Then navigate to http://localhost:8080

Build

To build the application for production evvironment.

npm run build

and, the fresh build ready files would be created in /dist/ folder.

Next To do

  1. Intregrate Unit Testing environment & unit test components.
  2. Integrate ESLint to lint the JS files.
  3. Integrate SASSLint to lint the SCSS files.
  4. Better PostCSS integration.
  5. To add more currency convertion options.
  6. Historical currency rate chart/graph.