A Trello-like collaborative project management tool built with the MERN stack.
- User authentication (register/login)
- Create and manage projects
- Drag-and-drop task management
- Assign tasks to team members
- Commenting system for tasks
- Real-time updates with WebSockets
- Responsive design
- Frontend: React, Vite, CSS3
- Backend: Node.js, Express.js
- Database: MongoDB with Mongoose
- Real-time: Socket.io
- Authentication: JWT
- Clone the repository
- Install backend dependencies:
cd backend npm install