From 5bc1fb19cb2a388b23485f654a80e05939587197 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:28:47 +0000 Subject: [PATCH] Automated ingestion of prompt: Todo List --- prompts/general/todo_list_521.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/todo_list_521.md diff --git a/prompts/general/todo_list_521.md b/prompts/general/todo_list_521.md new file mode 100644 index 0000000..354227d --- /dev/null +++ b/prompts/general/todo_list_521.md @@ -0,0 +1,7 @@ +--- +title: "Todo List" +contributor: "@f" +tags: #general, #f +--- + +Create a responsive todo app with HTML5, CSS3 and vanilla JavaScript. The app should have a modern, clean UI using CSS Grid/Flexbox with intuitive controls. Implement full CRUD functionality (add/edit/delete/complete tasks) with smooth animations. Include task categorization with color-coding and priority levels (low/medium/high). Add due dates with a date-picker component and reminder notifications. Use localStorage for data persistence between sessions. Implement search functionality with filters for status, category, and date range. Add drag and drop reordering of tasks using the HTML5 Drag and Drop API. Ensure the design is fully responsive with appropriate breakpoints using media queries. Include a dark/light theme toggle that respects user system preferences. Add subtle micro-interactions and transitions for better UX.