Generates a fully interactive Kanban board using HTML, CSS, and JavaScript.
Build a Kanban project management board using HTML5, CSS3, and JavaScript. Create a flexible board layout with customizable columns (To Do, In Progress, Done, etc.). Implement drag-and-drop card movement between columns with smooth animations. Add card creation with rich text formatting, labels, due dates, and priority levels. Include user assignment with avatars and filtering by assignee. Implement card comments and activity history. Add board customization with column reordering and color themes. Support multiple boards with quick switching. Implement data persistence using localStorage with export/import functionality. Create a responsive design that adapts to different screen sizes. Add keyboard shortcuts for common actions.
This prompt directs the AI to produce a complete, self-contained web application for project management. It includes drag-and-drop functionality, customizable cards with labels and due dates, user assignment, comments, and localStorage persistence. The result is a responsive HTML file ready to run in any browser.
A single HTML file containing a multi-column Kanban board with draggable task cards, color-coded labels, due-date pickers, and a settings panel for themes and board switching.
Yes, edit the JavaScript array that defines columns or re-run the prompt with your additions.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by f. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.