A Next.js + TypeScript starter for a Trello-style PM app with PMO views, Time Blocks, and CSV import/export.
- Install dependencies
npm install
- Run dev server
npm run dev
- Access http://localhost:3000
app/– Next.js App Router pages + API routescomponents/– Board, columns, cards, daily plannerlib/– Data models and CSV helpersdocs/– PRD, CSV spec, flowsdata/– Sample CSV for import tests
- API routes for import/export and assistant are placeholders.
- Add Prisma schema + NextAuth config for persistence/auth.
- Tailwind/shadcn can be added for richer UI; current CSS is minimal.