Agent-Banks / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

08 - 02 - Currency Converter #29

Closed Agent-Banks closed 4 years ago

Agent-Banks 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

Agent-Banks commented 4 years ago

https://currency-converter-codyd.netlify.com https://github.com/codyb23/currency-converter

Agent-Banks commented 4 years ago

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

Well done!

“Well done!”

gstark commented 4 years ago

This is great: https://github.com/codyb23/currency-converter/blob/master/src/App.jsx#L56

Can you think of a way to use the API response to automatically generate the list of currencies so you don't have to duplicate code?