From 2368be64bf5c1e55fa14c58b8938d6e76f727f98 Mon Sep 17 00:00:00 2001 From: Aditya Bhaumik <92214013+aditya-bhaumik@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:59:44 +0530 Subject: [PATCH 1/3] Update product.json --- frontend/src/DB/product.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 7bd75b6d..c059cd9b 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6383,5 +6383,19 @@ "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUzZsK3SAa78Wrg7eq8xB0WEmpvw_3GerIpQ&s", "link": "https://docs.digitalocean.com/products/marketplace/catalog/restyaboard/", "description": "Create interactive, real-time animations for apps and websites." + }, + { + "productName": "NocoDB", + "category": "Tools", + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeNA0cIN5ZsOzoZpNC7x-4t_47Jbm0T_zwsQ&s", + "link": "https://nocodb.com/", + "description": "Open-source Airtable alternative for turning SQL databases into smart spreadsheets." + }, + { + "productName": "Smashing Magazine", + "category": "Tools", + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUzZsK3SAa78Wrg7eq8xB0WEmpvw_3GerIpQ&", + "link": "https://www.smashingmagazine.com/", + "description": " Resource for web design and development articles." } ] From 056663ffd89a103b6ab6557134e99019a0d794d7 Mon Sep 17 00:00:00 2001 From: Aditya Bhaumik <92214013+aditya-bhaumik@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:02:16 +0530 Subject: [PATCH 2/3] Update product.json --- frontend/src/DB/product.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index c059cd9b..21fe2468 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6397,5 +6397,12 @@ "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUzZsK3SAa78Wrg7eq8xB0WEmpvw_3GerIpQ&", "link": "https://www.smashingmagazine.com/", "description": " Resource for web design and development articles." - } + }, + { + "productName": "Pinegrow", + "category": "Tools", + "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ_kNYX7sDRNqbn214C6mReXYTpg2aHLDdaYQ&s", + "link": "https://pinegrow.com/", + "description": " Visual web design tool for building responsive websites." + }, ] From 42f7530bbf806d8fddc804905ee98d2e62be8373 Mon Sep 17 00:00:00 2001 From: Aditya Bhaumik <92214013+aditya-bhaumik@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:02:31 +0530 Subject: [PATCH 3/3] Update product.json --- frontend/src/DB/product.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 21fe2468..1db718f8 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6404,5 +6404,5 @@ "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ_kNYX7sDRNqbn214C6mReXYTpg2aHLDdaYQ&s", "link": "https://pinegrow.com/", "description": " Visual web design tool for building responsive websites." - }, + } ]