From 79780d90118c707236f4ceb7734c3d2428b409ce Mon Sep 17 00:00:00 2001 From: Khush Gupta Date: Wed, 29 Apr 2026 21:37:12 +0530 Subject: [PATCH 1/2] Add Khush Gupta's implementation of JavaScript30 challenge --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 584068db0e..fbecc7da86 100644 --- a/readme.md +++ b/readme.md @@ -57,6 +57,7 @@ Feel free to submit a PR by adding a link to your own recaps, guides, or reviews * [Stiaannel's](https://stiaannel.co.za/my-projects/javascript30) implementation of the Javascript30 challenge, with small design changes and a couple of extra features. * [Kelly CHI's](https://kellychi22.github.io/JavaScript30/) complete JavaScript30 challenges! Click the links to check demos and notes of each challenge. 🇹🇼 🌟 * [Issam Seghir](https://issam-seghir.github.io/JavaScript30/) added custom solutions and styles 🍧, improved performance, including fixed bugs/issus 💢. , added articles for each exercise 📝. +* [Khush Gupta's](https://guptakhush14dec-rgb.github.io/JavaScript30/) implementation of the JavaScript30 challenge with custom UI and extended logic. ## Alternative Implementations Here are some links of people who have done the tutorials, but in a different language or framework: From be21c26aea6095a48d0ceec2a35458b7a6df00f3 Mon Sep 17 00:00:00 2001 From: Khush Gupta Date: Wed, 29 Apr 2026 22:51:35 +0530 Subject: [PATCH 2/2] Update Khush Gupta's link in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fbecc7da86..87eced15bc 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ Feel free to submit a PR by adding a link to your own recaps, guides, or reviews * [Stiaannel's](https://stiaannel.co.za/my-projects/javascript30) implementation of the Javascript30 challenge, with small design changes and a couple of extra features. * [Kelly CHI's](https://kellychi22.github.io/JavaScript30/) complete JavaScript30 challenges! Click the links to check demos and notes of each challenge. 🇹🇼 🌟 * [Issam Seghir](https://issam-seghir.github.io/JavaScript30/) added custom solutions and styles 🍧, improved performance, including fixed bugs/issus 💢. , added articles for each exercise 📝. -* [Khush Gupta's](https://guptakhush14dec-rgb.github.io/JavaScript30/) implementation of the JavaScript30 challenge with custom UI and extended logic. +* [Khush Gupta's](https://khushgupta14.github.io/JavaScript30/) implementation of the JavaScript30 challenge with custom UI and extended logic. ## Alternative Implementations Here are some links of people who have done the tutorials, but in a different language or framework: