AERC
Adan Enrique Ramirez Cisneros
Kanban Board - Copy this React, Tailwind Component to your project
Column Structure (Tabs) export type Tab = { id: string; title: string; order: number; boardId: string; createdAt: Date; updatedAt: Date; }; Requirements: Each column displays: Column Title (title) Number of tasks in the column A (+) button to create new tasks
Prompt