This is an application written in vue js. The scope of the project is to enter multiple values with a source currency on different dates and the app then pulls the exchange rates and does the conversion for the specified dates. In the end provides a total value.
yarn install
Register on: https://fixer.io/
and copy the .env.sample to .env.local and place your key
yarn serve
yarn build
yarn lint