Create a task board with 3 columns: "Backlog", "In Progress", and "Done". Each column contains cards representing tasks. Each card should display:- Task title- Assignee- Priority (High, Medium, Low)- Estimated time (in hours)- Status (match the column name)Use a grid layout, soft shadows, rounded corners, and clean UI.
Loading...
Loading...
Create a form to add a new task. The form should include the following fields:- Task Title (input)- Status (dropdown: Backlog, In Progress, Done)- Assignee (dropdown: Anna, John, Maria)- Priority (dropdown: Low, Medium, High)- Estimated Time in Hours (input)Add a "Create Task" button below the form.