From 894636f1681b2d8e218e3539ac70b4339c23ddae Mon Sep 17 00:00:00 2001 From: marko pajkic Date: Thu, 23 Jan 2025 10:10:24 +0100 Subject: [PATCH] Project twitter-clone added to the list --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index c76f7c8..a09fa2b 100644 --- a/data.json +++ b/data.json @@ -1953,6 +1953,15 @@ ], "description": "Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks." }, + { + "name": "twitter-clone", + "link": "https://github.com/Pajkic-lab/twitter-clone", + "label": "good first issue", + "technologies": [ + "TypeScript" + ], + "description": "TwClone is a Twitter replica designed to showcase cutting-edge technologies, foster knowledge sharing, and cultivate a supportive developer community." + }, { "name": "pythonping", "link": "https://github.com/alessandromaggio/pythonping",