The assignment for this week is to build a currency calculator using this API.
Deliverable: a small browser application, so the user can interact with it and see the converted amount on the page.
- Make a request to the API and use the response to obtain exchange rates and to populate the currency dropdowns.
- The user can enter an amount.
- The user can choose a currency to convert from (default: EUR).
- The user can choose a currency to convert to (default: DKK).
- When the amount, the "from" currency, or the "to" currency changes, show the equivalent amount in the "to" currency.