From e576d33488466f3d42f425fa06ba7b895a9dbc7c Mon Sep 17 00:00:00 2001 From: Endika Iglesias Date: Wed, 5 Aug 2026 22:03:07 +0200 Subject: [PATCH] feat(projects): add Esku --- src/data/projects.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/data/projects.ts b/src/data/projects.ts index 2b6a703..14fa797 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -55,6 +55,19 @@ export const projects: Project[] = [ tag: "PWA", category: "web apps", }, + { + name: "Esku", + emoji: "✋", + icon: "https://endika.github.io/esku/favicon.svg", + desc: { + en: "Offline PWA that reads sign language from your phone camera and turns it into text. Fingerspells the Spanish Sign Language alphabet live, shows you the hand it is tracking, and lets you teach it your own signs in any sign language. No frame ever leaves the device.", + es: "PWA offline que lee lengua de signos con la cámara del móvil y la convierte en texto. Reconoce el alfabeto dactilológico de la LSE en directo, te dibuja la mano que está siguiendo y puedes enseñarle tus propios signos, en cualquier lengua de signos. Ningún fotograma sale del dispositivo.", + }, + url: "https://endika.github.io/esku/", + type: "live", + tag: "PWA", + category: "web apps", + }, { name: "Tutu", emoji: "🚗",