currency converter created with Vue.js
Currency Converter leverages Fixer.io's foreign exchange rates and currency conversion API to deliver reliable, up-to-date currency rates and accurate currency conversions.
Currency Converter currently supports many of the world's leading currencies; however, there are plans to offer more currency rates and conversions in the future.
# clone the repo
git clone https://github.com/p-adams/currency-converter
# install dependencies
npm install
# run the server
npm run dev