- Created 18 standalone React apps in src/ui/react-app/{app-name}/
- Each app has App.tsx, index.html, and vite.config.ts
- All apps use dark theme (#0f172a/#1e293b)
- Apps built: employee-dashboard, employee-detail, employee-directory,
time-off-calendar, time-off-requests, time-off-balances, report-builder,
benefits-overview, benefits-enrollment, payroll-dashboard, goal-tracker,
training-catalog, training-progress, file-manager, org-chart,
headcount-analytics, turnover-report, new-hires
- Each app self-contained with inline components
- Client-side state management with React hooks
- Tailwind CSS via CDN for styling
- Unique dev server ports (3000-3017)