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.

0 stars 0 forks 0 watchers JavaScript MIT License
1 Open Issue Need Help Last updated: Sep 20, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 1/5
bug good first issue JavaScript React

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.

JavaScript