From 4b284627421c80612598db9d13b23d6105ed657d Mon Sep 17 00:00:00 2001 From: Allwell <164483433+Allwell987@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:00:47 +0100 Subject: [PATCH] Add JavaScript weather app tutorial to JS section add/js-weather-app-tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7..97077392 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## JavaScript: +- [Build a Weather App with JavaScript](https://www.freecodecamp.org/news/javascript-weather-app-tutorial/) - [Build 30 things in 30 days with 30 tutorials](https://javascript30.com) - [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6) - [Build a Jupyter Notebook Extension](https://link.medium.com/wWUO7TN8SS)