A responsive React web app that turns messy meeting notes into a structured action plan.
- Extracts decisions, tasks, owners, deadlines, risks, and pending questions
- Displays results as a Kanban board
- Generates a follow-up email draft
- Exports all extracted items to CSV
- Works locally without a backend
npm install
npm run devnpm run build