Open Issues Need Help
View All on GitHubAI Summary: The `TaskCard.jsx` component attempts to call an `onDelete` function when its delete button is clicked, but `onDelete` is not included in the component's destructured props. This oversight leads to a `ReferenceError` at runtime when the delete action is triggered.
A full-stack MERN application that allows teams to manage projects, tasks, and collaborations in real-time. This tool is designed to be secure, performant, and user-friendly, featuring user authentication, role-based access, and live updates using Socket.io.