Assignment

The assignment for this week is to build a currency calculator using this API

Technical specifications

  1. Make a request to the API and store the Exchange rates as well as a list of currencies for the dropdowns.

  2. User can enter an amount

  3. User can choose a currency to convert from(default should be EUR)

  4. User can choose a currency to convert to(Default should be DKK)

  5. Whenever amount, currency from or currency to changes we show what the amount translates to in the to currency

Last updated