From a1b4999451994a658aab3e707a5ba967443e867f Mon Sep 17 00:00:00 2001 From: Mikaela Caron Date: Sat, 2 Sep 2023 22:50:15 -0400 Subject: [PATCH] Add Basic Car Maintenance iOS app --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..c218a20 100644 --- a/data.json +++ b/data.json @@ -1857,6 +1857,15 @@ ], "description": "Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product" }, + { + "name": "Basic-Car-Maintenance", + "link": "https://github.com/mikaelacaron/Basic-Car-Maintenance", + "label": "good first issue", + "technologies": [ + "Swift" + ], + "description": "A basic app to track your car's maintenance events, like fixes, oil changes, etc." + }, { "name": "TypeScript", "link": "https://github.com/Microsoft/TypeScript",