From e4450f8e1dfd895d5c048911dd5148490bd92bea Mon Sep 17 00:00:00 2001 From: Vijay Shanker Sharma Date: Fri, 26 Jul 2024 17:03:33 +0530 Subject: [PATCH] update product.json --- frontend/src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index c5afa0ac..84756f75 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -2806,6 +2806,13 @@ "link": "https://javascript30.com/", "description": "Building 30 different projects over 30 days." }, + { + "productName": "GitHub", + "category": "Development", + "image": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png", + "link": "https://github.com/", + "description": "GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside millions of other developers." + }, { "productName": "codewars", "category": "Coding",