Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reymundvirtus/nextjs-crypto-dashboard

Repository files navigation

πŸ’Ή Crypto Dashboard

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.


πŸ“¦ Getting Started

1. Clone the repo

git clone https://github.com/reymundvirtus/nextjs-crypto-dashboard.git
cd nextjs-crypto-dashboard

2. Install dependencies

npm install
# or
yarn

3. Run the development server

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to view the app.

πŸ“Œ Notes

No API key needed.

CoinGecko's public API is used.

Bitcoin is shown by default in the graph.