💻 Programmierung & Entwicklung
Todo List
Beispiel-Ausgaben
So antworten ChatGPT, Claude und Gemini typischerweise auf diesen Prompt:
I'll create a comprehensive todo app with all the features you've requested. The app will use CSS Grid for the layout with a clean, modern design including a header, sidebar for filters, and main content area. I'll implement local storage to persist tasks, use the HTML5 Drag and Drop API for reordering, and add smooth CSS transitions for all interactions. The color scheme will use CSS variables for easy theme switching, and I'll include media queries for mobile responsiveness at 768px and 480px breakpoints.
I can help you build this todo app, though I should note that implementing all these features comprehensively would result in quite a large codebase. I'll provide a well-structured foundation with the core CRUD operations, localStorage persistence, and responsive design using CSS Grid. For the date-picker and notifications, I'll use native HTML5 features rather than external libraries to keep it vanilla JavaScript as requested.
Here's a complete todo app implementation with HTML5, CSS3, and vanilla JavaScript. The app uses CSS Grid for layout, implements CRUD operations with localStorage persistence, includes drag-and-drop reordering via the HTML5 API, and features a theme toggle using CSS custom properties. All animations use CSS transitions, and the responsive design includes breakpoints at 768px and 1024px for optimal viewing across devices.
So nutzt du diesen Prompt
Kopiere den Prompt oben oder klicke einen "Öffnen in"-Button um ihn direkt in deiner bevorzugten KI zu starten. Du kannst den Text dann an deinen Anwendungsfall anpassen — z.B. Platzhalter wie [dein Thema] durch echten Kontext ersetzen.
Welches KI-Modell funktioniert am besten
Claude Opus 4 und Sonnet 4.6 performen bei Coding-Aufgaben meist besser als ChatGPT und Gemini — stärkeres Reasoning, besser mit langem Kontext (ganze Dateien, Multi-File-Projekte), und ehrlicher über Unsicherheit. ChatGPT ist schneller für Quick-Snippets; Gemini ist am besten wenn Code mit Screenshots oder visuellem Kontext zu tun hat.
Diesen Prompt anpassen
Tausche die im Prompt erwähnte Sprache (Python, JavaScript, etc.) gegen deinen Stack. Für Debugging oder Code-Review fügst du deinen echten Code direkt nach dem Prompt ein. Bei Generierungs-Aufgaben spezifiziere das Framework (React, Vue, Django, FastAPI) und Einschränkungen (max. Zeilen, keine externen Libraries, muss async sein).
Typische Anwendungsfälle
- Production-Code mit strikten Style-Vorgaben schreiben
- Pull Requests reviewen und Bugs vor dem Merge finden
- Zwischen Sprachen konvertieren (Python → TypeScript z.B.)
- Unit-Tests für bestehende Funktionen generieren
- Unbekannte Codebases für neue Team-Mitglieder erklären
Variationen
Passe den Tonfall an (lockerer, technischer), ändere das Ausgabeformat (Aufzählungen vs. Absätze) oder füge Einschränkungen hinzu (Wortlimits, Zielgruppe).