A modern, responsive cryptocurrency dashboard built with React, Vite, and Tailwind CSS. It fetches real-time market data from the CoinGecko API and displays it with price charts, search, and auto-refresh.

- π Live crypto data (updated every 60 seconds)
- π Mini sparkline charts (last 7-day trend)
- π Coin search / filter
- π Light/Dark theme toggle
- π± Fully responsive with Tailwind CSS
- β‘ Fast and lightweight (Vite + React)
- React
- Vite
- Tailwind CSS
- CoinGecko API
- Chart.js (for sparkline charts)
π View it on Vercel
git clone https://github.com/yourusername/crypto-dashboard.git
cd crypto-dashboard
npm install
npm run dev