Assignment
The assignment for this week is to build a currency calculator using this API
Technical specifications
Make a request to the API and store the Exchange rates as well as a list of currencies for the dropdowns.
User can enter an amount
User can choose a currency to convert from(default should be EUR)
User can choose a currency to convert to(Default should be DKK)
Whenever amount, currency from or currency to changes we show what the amount translates to in the to currency
Last updated