MS
Mario Speck
Initial Tasks - Copy this React, Tailwind Component to your project
please update to match the cards with the following data structure: interface Project { id: number; user: string; location: string; assignee: Assignee; status: 'noTasks' | 'openTasks' | 'overdueTasks' | 'fullfilledTasks'; createdAt: Date; daterangeSelected: DaterangeSelected; }
Prompt