A shared Kanban board where team members can view everyone’s progress but can only create, edit, or delete their own cards. The board updates dynamically as tasks move through Todo, WIP, and Done columns via drag and drop.
Node.jsExpress.jsMongoDBMongooseEJSbcrypt, express-session, connect-flashPaperCSS
- Role isolation: users control only their own cards
- Interactive UI using Drag and drop API
- Implementing authentication and session management
- Structuring data with Mongoose Schemas