andrewjlanza / assignments

these are assignments!
0 stars 0 forks source link

Week 04 Day 2 - Crypto Tracker #13

Closed gstark closed 5 years ago

gstark commented 5 years ago

In this project you'll use React and a 3rd-party API as a data to create a real-time price tracker for some popular cryptocurrencies.

Objectives

Requirements

Use the following API endpoint to fetch data and display it in your application:

https://api.coinmarketcap.com/v2/ticker/?limit=20

The data should refresh periodically. Using the id field in the API results for each currency, you can get the URL for the logo of a coin like this:

https://s2.coinmarketcap.com/static/img/coins/16x16/${coin.id}.png

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

andrewjlanza commented 5 years ago

https://github.com/andrewjlanza/cryptotracker/tree/master/src

http://exciting-yard.surge.sh/

andrewjlanza commented 5 years ago

finally :')

gstark commented 5 years ago

Awesome!

gstark commented 5 years ago

Your homework was marked: Meets Expectations

Yas

“Yas” — via Jason L Perry