/react-crpyto-compare-app

React implementation of Scotch.io Vue.js tutorial

Primary LanguageJavaScript

Getting start

$ git clone https://github.com/yeondam88/react-crpyto-compare-app.git
$ npm install
$ npm start

This is React implementation of Scotch.io Vue.js tutorial click here to see original post

DATA Source

  • CoinMarketCap API used to fetched data Go
  • Cryptocompare API used to fetched coin's logo image url & detail info Go

TODO:

  • Cryptocompare API changed... need to reimplement the fetching the data..