A simple Vue.js app to display exchange rates in charts.
- Vue - A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- Vuex - A centralized state management pattern + library for Vue.js applications.
- Vue Chart.js - A Vue.js wrapper for Chart.js, that is a JavaScript charting using HTML5 <canvas>.
- Axios - A promise based HTTP client for the browser and node.js.
- SCSS - The most mature, stable, and powerful professional grade CSS extension language in the world.
- ExchangeRate API - A simple and lightweight free service for current and historical foreign exchange rates.
Demonstration online by GitHub Pages on this link.
npm install
npm run serve
npm run build
This project is licensed under the MIT License - see the LICENSE.md file for details