A web app for monitoring the top 100 cryptocurrencies using Coingecko api service. View coins capitalization, supply, general market info and global market cap data. Select a currency and visualize its price action filtering by the available timeframes.
- Coin general info, capitalization and supply
- Global market data and total dominance
- Historical market price action chart
- Light and dark theme
- npm
- nodejs
- Clone repo
git clone https://github.com/andyhuntdev/top-crypto-dashboard.git
- Go in folder
cd top-crypto-dashboard
- Install packages
npm i
- Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
npm run start
MIT