English | Portuguese
Convert currencies with the current quote using Vue JS
Based on the Real currency (BRL) you can get the value in US Dollars (USD), Canadian Dollar (CAD) and Euro (EUR) and vice versa. The Free Currency Converter (https://free.currencyconverterapi.com) is used to make the conversion, which is an API that obtains the quotation based on the currency code.
You must have NodeJS installed
With the NodeJS environment installed, just start the application with the command npm run serve