https://github.com/cluzier/crypto-price-dashboard
Shows current crypto prices and trade history
https://github.com/cluzier/crypto-price-dashboard
charts cryptocurrency data-visualization
Last synced: 9 months ago
JSON representation
Shows current crypto prices and trade history
- Host: GitHub
- URL: https://github.com/cluzier/crypto-price-dashboard
- Owner: cluzier
- License: mit
- Created: 2021-06-16T01:42:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T07:11:41.000Z (about 5 years ago)
- Last Synced: 2025-02-18T01:32:53.359Z (over 1 year ago)
- Topics: charts, cryptocurrency, data-visualization
- Language: JavaScript
- Homepage:
- Size: 756 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Crypto Price Dashboard 📊
[](https://github.com/cluzier/crypto-price-dashboard/issues)
[](https://github.com/cluzier/crypto-price-dashboard/network)
[](https://github.com/cluzier/crypto-price-dashboard/stargazers)
[](https://github.com/cluzier/crypto-price-dashboard)
Shows current crypto prices and trade history
## Features
- Light/dark mode toggle (soon)
- Live price changes
- Toggle coins & reorganize them
- Cross platform
- Easily customizable
## Roadmap
- Add light/dark mode toggle
- Add a better charting system
## Installation
Install crypto-price-dashboard with npm
```bash
npm install
npm run build
serve -s build
```
## Running Tests
To run tests, run the following command
```bash
npm run test
```
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Authors
- [@cluzier](https://www.github.com/cluzier)