From bc6720fd426a4ae2f3eabb1bb04c41bc92bf8ede Mon Sep 17 00:00:00 2001 From: Vijay Kv Date: Sat, 2 Sep 2023 12:58:19 +0530 Subject: [PATCH] feat: add "Edabit" (#1645) * Added "Edabit" * Proof read * Updated Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- database/frontend/online-code-editors.json | 1 + database/other/other-resources.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index c3815258c..b64b8e001 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -153,4 +153,5 @@ "category": "frontend", "subcategory": "online-code-editors" } + ] diff --git a/database/other/other-resources.json b/database/other/other-resources.json index ef92aa6dd..872a1a489 100644 --- a/database/other/other-resources.json +++ b/database/other/other-resources.json @@ -33,5 +33,12 @@ "url": "https://learn.thinkdiffusion.com/creating-qr-codes-with-controlnet/", "category": "other", "subcategory": "other-resources" + }, + { + "name": "Edabit", + "description": "Edabit is a platform to Learn Programming with 10,000+ challenges through Interactive Console Editor", + "url": "https://edabit.com/", + "category": "other", + "subcategory": "other-resources" } ] \ No newline at end of file