Select countries to get the exchange rate for a specific amount using fetch API, json, 3rd party API and DOM elements.
- Display UI with 2 select lists for countries and 2 inputs for amounts
- Fetch exchange rates from API (https://api.exchangerate-api.com)
- Display the values for both countries
- Update values on amount change
- Swap country rates