From 37d2e93c24cc28799ca00f192f225d62508559c3 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:15 +0000 Subject: [PATCH] Automated ingestion of prompt: Kanban Board --- prompts/general/kanban_board_539.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/kanban_board_539.md diff --git a/prompts/general/kanban_board_539.md b/prompts/general/kanban_board_539.md new file mode 100644 index 0000000..b48ffec --- /dev/null +++ b/prompts/general/kanban_board_539.md @@ -0,0 +1,7 @@ +--- +title: "Kanban Board" +contributor: "@f" +tags: #general, #f +--- + +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.