Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.29 KB

Crypto currency tracker

This is a crypto currency tracker , created in ReactJS and use CoinBase API to fetch the latest prices for selected crypto-currencies.

The historical data is plotted on a graph using React Charts.

The initial reference was taken from the Codeburst.io-Build a cryptocurrency dashboard with React

CSS Framework used : React Semantic UI

Websockets are used to continuously show any price changes for currency pair. Websocket feed- CoinBase

Demo Screenshot

Select Base Currency Select Crypto currency Pair
Screenshot of system Screenshot of system
Final Prices -
Screenshot of system

Steps to run

Install all dependencies

$ yarn  

Run the application

$ yarn start