- Create React 18 + TypeScript + Vite application - Implement Zustand state management (auth, files) - Add Axios API client with JWT auth interceptors - Create drag-drop file upload with react-dropzone - Create metadata editor with validation - Add login page with SSO support - Configure Tailwind CSS for styling - Setup routing with React Router Components created: - LoginPage - Authentication UI - DashboardPage - Main application - FileUploadZone - Drag-drop upload - FileList - File list with batch operations - FileItem - File card with metadata editor Features: - JWT token auto-refresh on 401 - Character counters for metadata fields - Toast notifications for user feedback - Responsive design with Tailwind Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||