- 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.
- Line Chart
- Bar Chart
- Horizontal Bar Chart
- Doughnut
- Pie Chart
- react-chartjs-2
npm install react-chartjs-2
- chart-js
npm install chart.js
- isomorphic-unfetch
npm install isomorphic-unfetch
- Clone the repo and navigate to the project directory.
- Run
npm install
to install the dependencies. - Now Run
npm start
and the server starts atlocalhost:3000
- Have fun 😃