A Next.js dashboard experience for monitoring cryptocurrency holdings across exchanges and wallets. The UI showcases a portfolio summary, connection status for multiple exchanges, and a detailed asset table powered by reusable UI primitives.
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the dashboard.
- Portfolio overview with total balance and 24h performance snapshot
- Exchange connectivity cards with status indicators
- Asset holdings table showing balances, prices, and change percentages
- Tailwind CSS design tokens for a cohesive, glassmorphism-inspired aesthetic
Mock data is provided in app/page.jsx to demonstrate the layout.