Skip to content

justinformentin/crypto-tracking-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracking Dashboard

https://cryptocoincrunch.com

This is a cryptocurrency tracking dashboard that has only few, necessary components to track crypto prices.

Yes, there are thousands of dashboards already in existance, but I wanted to make my own to be in control of the functionality.

Install dependencies and then run.

npm install

npm start

Build with

npm run build

This is a work in progress.

Bugs

  • Some coin news pages don't work currently. Due to the nature of twitter usernames, some names are different from the actual currency name. For example, Bitcoin Cash's username is "bitco1ncash". This causes an error to be thrown when clicking on the news arrow because it is trying to pass "bitcoin cash" as the prop. Similar errors occur with a few other coins.

To Do

  • Add streaming Twitter component. In Progress
  • Add portfolio In Progress
  • Add some news RSS feeds. * [ ] Add more coin pages.
  • Simplify Chart component.
  • Simplify styling, styled components.

Uses:

Axios

Recharts

Reactstrap

React Custom Scrollbars

React Twitter Widget

CoinMarketCap

Reddit

CryptoCompare

Coin Graph

Coin Chart