https://github.com/jamesgeorge007/crypto-compare
Comparison chart between popular cryptocurrencies.
https://github.com/jamesgeorge007/crypto-compare
chartjs comparison cryptocurrency price-comparison react-chartjs-2 reactjs webapp
Last synced: about 1 year ago
JSON representation
Comparison chart between popular cryptocurrencies.
- Host: GitHub
- URL: https://github.com/jamesgeorge007/crypto-compare
- Owner: jamesgeorge007
- Created: 2018-07-18T10:28:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:47:20.000Z (over 3 years ago)
- Last Synced: 2025-04-22T20:13:58.504Z (about 1 year ago)
- Topics: chartjs, comparison, cryptocurrency, price-comparison, react-chartjs-2, reactjs, webapp
- Language: JavaScript
- Size: 1.98 MB
- Stars: 22
- Watchers: 1
- Forks: 3
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/ellerbrock/open-source-badges/)
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 install``` to install the dependencies.
- Now Run ```npm start``` and the server starts at ```localhost:3000```
- Have fun :smiley: