bijoyanupam / currency-converter-widget

Currency converter using JSON API from http://fixer.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Currency converter using JSON API from http://fixer.io/

License:MIT License


Languages

Language:JavaScript 82.2%Language:HTML 9.9%Language:CSS 7.9%