From 87a240155c1fcbc835b82b7d276f680de653881a Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Fri, 10 Jan 2025 21:20:02 +0000 Subject: [PATCH] Added Catima entry to the data.json --- data.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index ddc49d73..d13d6480 100644 --- a/data.json +++ b/data.json @@ -2212,7 +2212,16 @@ "Rust" ], "description": "Teleconference system with a web based user interface written in Rust" - }, + }, + { + "name": "Catima - Android App", + "link": "https://github.com/CatimaLoyalty/Android", + "label": "good first issue", + "technologies": [ + "Java" + ], + "description": "Catima, a Loyalty Card & Ticket Manager for Android" + }, { "name": "FastAPI", "link": "https://github.com/tiangolo/fastapi",