Crypto-Compare
Crypto-Compare copied to clipboard
Comparison chart between popular cryptocurrencies.
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





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 installto install the dependencies. - Now Run
npm startand the server starts atlocalhost:3000 - Have fun :smiley:
