Skip to content

lucas-santosP/currency-exchange-chart

Repository files navigation

Currency Exchange Chart

A simple Vue.js app to display exchange rates in charts.

Demo preview

Built With

  • 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.

Demo

Demonstration online by GitHub Pages on this link.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

License

This project is licensed under the MIT License - see the LICENSE.md file for details