From cd140fffdb3c9577bd0796454e5023dee8b4ff1f Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 23:32:39 +0200 Subject: [PATCH] Projects: Mundorgel-Tech-Tags aktualisiert Co-Authored-By: Claude Sonnet 4.6 --- components/projects-section.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/projects-section.tsx b/components/projects-section.tsx index 958e2d5..70d316a 100644 --- a/components/projects-section.tsx +++ b/components/projects-section.tsx @@ -19,7 +19,7 @@ const projects = [ title: 'Sichtbare Sortier-Algorithmen (Demo)', slug: 'sorting', description: 'Interaktive Visualisierung verschiedener Sortieralgorithmen. Didaktisches Werkzeug für Algorithmen-Verständnis.', - tech: ['Rust', 'WASM', 'Canvas'], + tech: ['Vibe-Coding', 'LLM', 'Javascript', 'Tailwind'], status: 'Aktiv', url: 'https://jamulix.de/sorting', featured: true, @@ -28,7 +28,7 @@ const projects = [ title: 'Digitalisierung einer "Mundorgel"', slug: 'upcoming-1', description: 'KI-gestützte Digitalisierung eines Liederheftes von 1960.', - tech: ['Python', 'LLM', 'AST'], + tech: ['LLM-OCR', 'JSON', 'Typescript', 'Tailwind', 'Vibe-Coding'], status: 'Aktiv', url: 'https://jamulix.de/mundorgel/', featured: false,