An enterprise-grade SaaS dashboard built with React, TypeScript, Vite, Zustand, and Tailwind CSS.
- Executive Analytics: Real-time KPI metrics, revenue expansion trajectories, and platform health telemetry powered by Recharts.
- Customer Directory: High-performance customer management table with real-time filtering, multi-field sorting, pagination, and account modal controls.
- UI Design System: Interactive design tokens showcase featuring standard enterprise component primitives and live toast notification triggers.
- Theme Switching: Instant Light Mode and Dark Mode switching with full system color sync.
- Framework: React 19 + TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- State Management: Zustand
- Icons: Lucide React
- Charts: Recharts
- Linter: Oxlint
# Install dependencies
npm install
# Start local development server
npm run dev
# Run linting
npm run lint
# Build for production
npm run build