A simple real-time cryptocurrency dashboard built with Next.js, Chart.js, and ShadCN UI, powered by data from the CoinGecko API. View live market prices, 24h price changes, market caps, and beautiful line graphs for top cryptocurrencies.
git clone https://github.com/reymundvirtus/nextjs-crypto-dashboard.git
cd nextjs-crypto-dashboardnpm install
# or
yarnnpm run dev
# or
yarn devOpen http://localhost:3000 in your browser to view the app.
No API key needed.
CoinGecko's public API is used.
Bitcoin is shown by default in the graph.