From f893ac1a70d13eb697f0e8b5888d0d0d25ea5814 Mon Sep 17 00:00:00 2001 From: UNNIMAYA K <130051152+Unnimaya6122004@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:48:15 +0530 Subject: [PATCH] Added goodbudget as per issue #1676 --- 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 683a50a0..fa2fafad 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -532,6 +532,13 @@ "link": " https://developer.mozilla.org/en-US/ ", "description": " Provides information about Open Web technologies including HTML, CSS, and APIs" }, + { + "productName": "Goodbudget", + "category": "tools", + "image": "https://goodbudget.com/wp-content/uploads/2019/07/24115635/budgeting-that-works.png", + "link": "https://goodbudget.com/", + "description": "Budget tracker for the modern age." + }, { "productName": "Hashnode", "category": "blogging",