An internal dashboard application built with React + TypeScript.
This project is being developed by AI agents as part of a sprint demo. Each feature is implemented as a separate user story, with real code committed through pull requests.
- React 18 with TypeScript
- Vite for build tooling
- React Router for navigation
- Recharts for data visualization
- Lucide React for icons
npm install
npm run devsrc/
App.tsx # Main application component
index.tsx # Entry point
components/ # Reusable UI components
pages/ # Route-level components
hooks/ # Custom React hooks
utils/ # Utility functions
types/ # TypeScript type definitions