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.
- 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.
- 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.