GitXplorerGitXplorer
j

Crypto-Compare

public
22 stars
3 forks
36 issues

Commits

List of commits on branch master.
Verified
860e52a86195805a94270b45c2626474a76bb4b9

:arrow_up::lock: Bump acorn from 5.7.3 to 5.7.4 (#64)

ddependabot-preview[bot] committed 4 years ago
Verified
19192cb6008ffde91e7daa42a8be44a0274cebc6

:arrow_up::lock: Bump websocket-extensions from 0.1.3 to 0.1.4 (#70)

ddependabot-preview[bot] committed 4 years ago
Unverified
afdb602a82ae43077cce3afd7a966f381609c451

fix: regression

jjamesgeorge007 committed 4 years ago
Verified
2ed9ff6ab86647f3fbd239064e51c1fa4f4b12d5

:arrow_up: Bump react from 16.12.0 to 16.13.1 (#65)

ddependabot-preview[bot] committed 4 years ago
Unverified
3b22fbe9db4df49e97f4746e9a0d7264127aa2ed

:arrow_up: Bump react-scripts from 3.2.0 to 3.3.0 (#53)

ddependabot-preview[bot] committed 5 years ago
Unverified
423cbe30290bf805db4366e60edc8c3fa22fac28

:arrow_up: Bump chart.js from 2.9.2 to 2.9.3 (#50)

ddependabot-preview[bot] committed 5 years ago

README

The README file for this repository.

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 😃