It's a web app of currency convertion, retriving currency rates from an external API, providing an intuitive interface made with Vue.js.
You can try a live version of it here: https://tlacalv.github.io/currency-converter/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need to have installed Node.js and NPM to run this project.
A step by step series of examples that tell you how to get a development env running
npm install
And to run in development.
npm run dev
Use webpack to build a static website and use any static page server.