Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 680 Bytes

File metadata and controls

13 lines (9 loc) · 680 Bytes

Assignment

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.

Technical specifications

  1. Make a request to the API and use the response to obtain exchange rates and to populate the currency dropdowns.
  2. The user can enter an amount.
  3. The user can choose a currency to convert from (default: EUR).
  4. The user can choose a currency to convert to (default: DKK).
  5. When the amount, the "from" currency, or the "to" currency changes, show the equivalent amount in the "to" currency.