From c24e6bdd78c0db19742364f05dcef7d628dbac02 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Mon, 24 Aug 2020 18:49:19 +0530 Subject: [PATCH 1/2] Add a link in community resource Added Ayush Gupta's implementation of JavaScript30 challenge with some add-ons & updated design. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 73d2f28303..70fd5ee1c9 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ Grab the course at [https://JavaScript30.com](https://JavaScript30.com) Feel free to submit a PR adding a link to your own recaps, guides or reviews! +* [Ayush Gupta's](https://javascript30.ayushgupta.tech/) implementation of JavaScript30 challenge with some add-ons & updated design. * [Arjun Khode’s blog](http://thesagittariusme.blogspot.com/search/label/JS30) about summaries for each day, including fixed glitches, bugs and extra features * [Nitish Dayal's Text Guides](https://github.com/nitishdayal/JavaScript30) are great for those who like reading over watching * [Meredith Underell's](http://meredithunderell.com/tag/javascript30/) Quick Lessons Learned From b23d1443adc9ba95272b578802bc311898ba403f Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Mon, 24 Aug 2020 20:55:18 +0530 Subject: [PATCH 2/2] Move the link to last index --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 70fd5ee1c9..e972a4a121 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,6 @@ Grab the course at [https://JavaScript30.com](https://JavaScript30.com) Feel free to submit a PR adding a link to your own recaps, guides or reviews! -* [Ayush Gupta's](https://javascript30.ayushgupta.tech/) implementation of JavaScript30 challenge with some add-ons & updated design. * [Arjun Khode’s blog](http://thesagittariusme.blogspot.com/search/label/JS30) about summaries for each day, including fixed glitches, bugs and extra features * [Nitish Dayal's Text Guides](https://github.com/nitishdayal/JavaScript30) are great for those who like reading over watching * [Meredith Underell's](http://meredithunderell.com/tag/javascript30/) Quick Lessons Learned @@ -52,6 +51,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews! * [Mugilan](https://github.com/Mugilan-Codes) is currently doing this challenge. Check out his [Repo](https://github.com/Mugilan-Codes/javascript-30) and the [Live Demo](https://mugilan-codes.github.io/javascript-30/). * [Eshan Vohra](https://github.com/eshanvohra) is currently doing this challenge. Check out my repo [here](https://github.com/eshanvohra/JavaScript30). * [RegusAl](https://github.com/RegusAl) is currently doing this challenge. Check out my repo [here](https://github.com/RegusAl/JavaScript30). +* [Ayush Gupta's](https://javascript30.ayushgupta.tech/) implementation of JavaScript30 challenge with some add-ons & updated design. ## Alternative Implementations