An open API service indexing awesome lists of open source software.

https://github.com/reymundvirtus/nextjs-crypto-dashboard

📈🌐 A simple crypto dashboard in Next.js powered by data from CoinGecko API.
https://github.com/reymundvirtus/nextjs-crypto-dashboard

bitcoin chartjs coingecko coingecko-api crypto cryptocurrency dashboard ethereum nextjs recharts shadcn-ui solana tailwindcss

Last synced: 3 months ago
JSON representation

📈🌐 A simple crypto dashboard in Next.js powered by data from CoinGecko API.

Awesome Lists containing this project

README

          

# 💹 Crypto Dashboard

A simple real-time cryptocurrency dashboard built with **Next.js**, **Chart.js**, and **ShadCN UI**, powered by data from the [CoinGecko API](https://www.coingecko.com/en/api). View live market prices, 24h price changes, market caps, and beautiful line graphs for top cryptocurrencies.



---

## 📦 Getting Started

### 1. Clone the repo

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

### 2. Install dependencies

```bash
npm install
# or
yarn
```

### 3. Run the development server

```bash
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.
Chart data updates every 30 seconds or when you click on any crypto card.
Bitcoin is shown by default in the graph.