Crypto-Compare icon indicating copy to clipboard operation
Crypto-Compare copied to clipboard

Comparison chart between popular cryptocurrencies.

Open Source Love

Crypto Compare

  • Cryptocurrency comparison chart made out in React and Chart-js 2.
  • Fetches cryptocurrency prices from the REST Api service provided by coinmarketcap.
  • Did as a sample project while messing around with chart-js and React.

Have a look

Line Chart

Bar Chart

Horizontal Bar Chart

Doughnut

Pie Chart

Types of charts

  • Line Chart
  • Bar Chart
  • Horizontal Bar Chart
  • Doughnut
  • Pie Chart

Dependencies

  • react-chartjs-2 npm install react-chartjs-2
  • chart-js npm install chart.js
  • isomorphic-unfetch npm install isomorphic-unfetch

Instructions

  • Clone the repo and navigate to the project directory.
  • Run npm install to install the dependencies.
  • Now Run npm start and the server starts at localhost:3000
  • Have fun :smiley: