From 704a3f3937fda5303f77382d68bec30f5f8303b7 Mon Sep 17 00:00:00 2001 From: Endika Iglesias Date: Thu, 6 Aug 2026 11:48:16 +0200 Subject: [PATCH] feat(projects): add Kartela --- src/data/projects.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/data/projects.ts b/src/data/projects.ts index 14fa797..e3ebaab 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -81,6 +81,19 @@ export const projects: Project[] = [ tag: "PWA", category: "web apps", }, + { + name: "Kartela", + emoji: "🎬", + icon: "https://endika.github.io/kartela/favicon.svg", + desc: { + en: "Offline poster duel for kids: two movie posters show up, swipe towards the one you keep and it takes on the next challenger. 189 Disney, Pixar and DreamWorks films, and the full history of what beat what at the end.", + es: "Duelo de carátulas offline para peques: aparecen dos pósters, desliza hacia el que te quedas y se enfrenta al siguiente. 189 películas de Disney, Pixar y DreamWorks, y al final el histórico de qué ganó a qué.", + }, + url: "https://endika.github.io/kartela/", + type: "live", + tag: "PWA", + category: "web apps", + }, { name: "EventSplit", emoji: "🧾",