A simple currency converter widget using JSON API from http://fixer.io/.
Install Node.js.
Install all required dependencies.
npm install
Setup the local server.
npm start
Then navigate to http://localhost:8080
To build the application for production evvironment.
npm run build
and, the fresh build ready files would be created in /dist/
folder.
- Intregrate Unit Testing environment & unit test components.
- Integrate ESLint to lint the JS files.
- Integrate SASSLint to lint the SCSS files.
- Better PostCSS integration.
- To add more currency convertion options.
- Historical currency rate chart/graph.