This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.
- Pixel-Perfect UI: Recreated from Figma design with exact specifications
- Responsive Design: Optimized for desktop and mobile (768px+)
- Drag & Drop: task movement between swimlanes
- Search: filtering as you type
- UI Component: Ant Design components with Tailwind CSS
- Type Safety: Full TypeScript implementation
- Framework: Next.js 14 (Pages Router)
- Language: TypeScript
- UI Library: Ant Design
- Styling: Tailwind CSS v4
- State Management: Zustand
- Drag & Drop: @dnd-kit
- Icons: Ant Design Icons
src/
├── pages/ # Next.js pages
├── components/ # Reusable components
├── layout/ # Layout components
├── state/ # Zustand stores
├── data/ # Mock data
├── utils/ # Utility functions
└── types/ # TypeScript types
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.