aksnell / assignments

0 stars 0 forks source link

08 - 02 - Currency Converter #29

Closed aksnell closed 4 years ago

aksnell commented 4 years ago

In this assignment, you will create a React application that will convert various currencies.

For the data, you will use the API available here

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

aksnell commented 4 years ago

https://github.com/aksnell/currency-converter https://currency-converter-theor.netlify.app/

gstark commented 4 years ago

I don't think state is needed here, you never updated it so just using the passed props would be sufficient: https://github.com/aksnell/currency-converter/blob/master/src/components/ConversionRow.jsx#L5-L12

This should have a key property so that React can properly identify the iterated/generated entries: https://github.com/aksnell/currency-converter/blob/master/src/components/ConversionTable.jsx#L35, likely the symbol is a good key candidate.

aksnell commented 4 years ago

Your homework 08 - 02 - Currency Converter was marked: Meets Expectations

Well done!

“Well done!”