Тёмный

Create a Weather App Using JavaScript, HTML and CSS | JavaScript Project For Beginners 

Code Explained
Подписаться 42 тыс.
Просмотров 187 тыс.
50% 1

Hi Everyone!
Today we're going to create a new web application with JavaScript (Vanilla JavaScript: No Framework).
In this tutorial, a JavaScript Beginner can create a functional Weather App with ease. and won't face any problems doing that.
You must know the basics in JavaScript and HTML, like JavaScript Objects, functions, If statements, ... etc
The only difficulty you might face, is how to work with an API using JavaScript? but trust me that won't be of a big problem.
Let's talk about the application you're going to build; our weather app will show the weather information that it will get from the API like this, an Icon that shows the weather status, the temperature value (18°C) in Celsius unit, the weather description (clear sky), and then the user's city and country (London, GB).
When the user clicks on the temperature value, that will convert it from Celsius to Fahrenheit.
If you want to follow along with me when I type in the code, you'll need to download the starter template from GitHub.
-----------------------------------------------------------------------------------------------------
| LINKS |
-----------------------------------------------------------------------------------------------------
DOWNLOAD SOURCE CODE + STARTER TEMPLATE:
www.codeexplai...
The icons we're going to use for our web application are created by the Graphic Designer Ashley Jager:
github.com/man...
The API provider:
www.OpenWeather...
🌍 Social Media Links.
◾ Facebook : / code.explained.official
◾ Twitter : / code_explained
◾ Instagram : / code.explained.official
◾ GitHub : github.com/Cod...
💲 Suppport the Channel
Paypal : paypal.me/Code...
Buy Me a Coffee: www.buymeacoff...

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 420   
@CodeExplained
@CodeExplained 14 дней назад
🚨 Big Announcement! 🚨 Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better. If you find my content valuable and want to support my work, there are several ways you can help: Like & Share: Simply liking the video and sharing it with friends helps a lot! Subscribe & Hit the Bell: Stay updated and never miss a new video. RU-vid Thanks: Use the "Thanks" button below to send a one-time donation. Join the Channel Community: Get exclusive perks and behind-the-scenes content. Buy Me a Coffee: buymeacoffee.com/CodeExplained PayPal Donation: www.paypal.com/paypalme/CodeExplained Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support! Let’s keep growing and learning together! 🌟
@billypentester
@billypentester 4 года назад
I found the first channel on which a programmer learns in detail! thanks
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. Thanks!
@HayWhy_Pappy
@HayWhy_Pappy Год назад
Hands down to the best tutorial channel. No dumb music. No noisy background. Straight forward teachings. Amazing diagrams for explanation and elaboration. Calm voice. Wish I'm employed, could have bought you a coffee.
@denyscole2767
@denyscole2767 4 года назад
Your approach in spending the 1st half on explaining the structure of your app and the 2nd half in actual coding it make the whole experience so much better as each half reinforces the other and I spent a fraction of the time stopping and rewinding than i normally do. Great stuff!! Thank you
@CodeExplained
@CodeExplained 4 года назад
Yeah you really get the idea. Thanks
@bocanegradev
@bocanegradev 4 года назад
No doubt you are a very good teacher. With no need to code, I understand how use this API, and how the code runs. THANKS A LOT!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@Landuytfamily
@Landuytfamily 3 года назад
It's very rare to find such a detailed explanation of how to use the codes. This is really prcious Tutorial! Thank you so much and I will watch all of your videos.
@CodeExplained
@CodeExplained 3 года назад
You're welcome, and thanks you aswell I'm happy to hear that.
@kolyxix
@kolyxix 3 года назад
This is hands down by far the best tutorial on build weather api app with javascript. The explanation of code logic before actually coding is a uniquely effective approach. The actually breaking down of programming logic and algorithm is hands down the best approach to teaching programming. I wish every tutorial could this approach. Job well done
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@suryakantkashyap2468
@suryakantkashyap2468 4 года назад
Wonderfully explained! NO Doubts!! Finally, There's one video that explains code very well. Hats OFF to you man!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@khanosman7466
@khanosman7466 5 лет назад
I have seen so many javascript tutorials and most of them were not that much clear concept to me. This tutorial is well explained. Anyone with a little bit of knowledge of HTML5, CSS3, and JavaScript can easily perceive and can be able to make these kinds of interesting projects. I will be waiting for new tutorials. Lots of love, respect and thanks for making these kinds of tutorials.
@CodeExplained
@CodeExplained 5 лет назад
Thanks a lot for your very positive comment.
@RACAPE
@RACAPE 5 лет назад
Your explanations are stunnishing. I'm a beginner and I love how you explain everything. After I saw some of your tutorials, the heaven gates opened for me. Everything is such more clear. Thank you!
@CodeExplained
@CodeExplained 5 лет назад
So happy to hear that.
@RameenFallschirmjager
@RameenFallschirmjager 4 года назад
The best thing that I liked about this video is its top-down explanation. First, we see the end, then we see the code. This way we could visualize the code in our heads so it became more clear. You earned a subscriber.
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, thanks.
@zcoco8638
@zcoco8638 5 лет назад
This is a wonderful tutorial~ I use it practice Git, JavsScript, API... Really like this hands-on project. Even for me, not an native English speaker, good to use.!
@CodeExplained
@CodeExplained 5 лет назад
Thanks
@goleinc1818
@goleinc1818 5 лет назад
@@CodeExplained please make next video geolocation( current location) like this www.rapidtables.com/tools/my-location.html
@nowalijka
@nowalijka 4 года назад
Thanks! 20:47 - there is no need for Kalvin to Celsius conversion via JS - just insert in your api URL "&units=metric" before "&APPID"
@CodeExplained
@CodeExplained 4 года назад
But still you need to convert it back to Celsius or Kelvin again.
@nixidan2616
@nixidan2616 3 года назад
One of the best explanations of written code I have ever seen, AMAZING work!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@tmv-777
@tmv-777 5 лет назад
I've seen many weather app tuts on YT, but this is probably the most in depth one. If every tutorial is explained like this, learning js would be easy. ;)
@CodeExplained
@CodeExplained 5 лет назад
Thanks, and I'm happy to hear that.
@oswardgust6650
@oswardgust6650 5 лет назад
This is the most perfect explained code tutorial ever, I really thank you but really from the button of my heart. You saved my life dude.
@CodeExplained
@CodeExplained 5 лет назад
Happy to hear that.
@osamagamal495
@osamagamal495 4 года назад
Dude, You have a button in your heart, that's impressive.
@shivamsrivastava3046
@shivamsrivastava3046 4 года назад
Hi Code explained, Your lessons are really helping us and making us able to get a good grip on these things and technologies. One thing I want to tell you that though you may or may not get expected fortune from youtube, but you are doing far better work than that, helping peoples and sharing knowledge. Its my request from all our kind of learners continue making such great videos ,its helping people improve their life.
@CodeExplained
@CodeExplained 4 года назад
Great talk bro! It's not always about money, helping people and get such positive comments is more important.
@inamullah7970
@inamullah7970 3 года назад
Perfect brother. I was trying to learn JavaScript and API from 5 days but useless. Your one video helped me a lot. What a teaching method man
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@minsupark9246
@minsupark9246 4 года назад
Dang, this tutorial has been the BEST EVER!! So detailed and kind!! Thank you so much BOSS!!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@douniaknowledge7373
@douniaknowledge7373 2 года назад
Really good explanation thank you so much ✨
@TheNewMedievalLife
@TheNewMedievalLife 4 года назад
It was the first time I needed to use an weather API and your explanation was incredible, thank you and keep it up with the good work ;)
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. Thanks!
@aldisvecvanags3559
@aldisvecvanags3559 4 года назад
Really enjoyed this course, dude. Good explanation. Do more like this ..
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@davidkim7135
@davidkim7135 4 года назад
Excellent tutorial. Explaining the logic first is just brilliant. Thank you.
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. Thanks!
@dhineshkumar4361
@dhineshkumar4361 3 года назад
Really awesome......make a move like this.....one day it will give you a treasure....
@CodeExplained
@CodeExplained 3 года назад
Thanks
@rafay9254
@rafay9254 4 года назад
This is amazing stuff. You explained the project very well!
@CodeExplained
@CodeExplained 4 года назад
Glad you liked it!
@TopChannel-fd6kc
@TopChannel-fd6kc 3 года назад
Your Very Great!! As a Beginner , I can able to Understand each & every point in a very descriptive manner..Hat's of. This is First Time ' You're one among best tutor ever seen'..Keep Posting. .. Thanks, Regards. Mani Varma.India
@CodeExplained
@CodeExplained 3 года назад
Glad it was helpful! And thans a lot for your comment.
@allancoder
@allancoder 5 лет назад
Your videos are one of the best. The way how everything is explained is great and you deserve more subscribers and viewers. I hope you keep making these high quality videos in future.
@CodeExplained
@CodeExplained 5 лет назад
Thanks, and I'll try to :)
@al_peterson
@al_peterson 4 года назад
thank you for the great tutorial. you helped me a lot to sort out this weather challenge. really appreciate it!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@nch77884
@nch77884 3 года назад
It’s a great tutorial. Thank you so much for carefully explaining each aspect of the project
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@lessthaninfinity6203
@lessthaninfinity6203 3 года назад
for the love of dam god thankyou very much for sharing the logic instead of simply typing the code
@CodeExplained
@CodeExplained 3 года назад
You are most welcome
@raajveerchatterjee1561
@raajveerchatterjee1561 Год назад
This is my first Project in anything. This is a great project to start with web development. Absolutely top notch explanation and execution. 😃 Just liked the video👍🏼
@rishiraj4178
@rishiraj4178 8 месяцев назад
API Key is not working how to fix it
@arslangill2200
@arslangill2200 2 года назад
excellent work, a true method of teaching..
@giuseppebrandi9605
@giuseppebrandi9605 4 года назад
Well structured tutorial. I liked the way you explained the logic behind the project. I have also checked your portfolio website. You are definitely a busy developer.
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@TechnoDB
@TechnoDB 5 лет назад
Your explanations are dope.. :) Please Explain Tic Tac Toe Minimax algorithm using JavaScript.
@CodeExplained
@CodeExplained 5 лет назад
Thanks, I will give it a try.
@zarkorvovic-3193
@zarkorvovic-3193 4 года назад
The way you explained is very good :) Thank you for this
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, Thanks!
@Steveopr96
@Steveopr96 3 года назад
I got a new key at OpenWeatherMap, but it doesn't seem to work. The app just shows the cloud icon with the question mark. Anyone else having issues with this? On the up side, you explain things so thoroughly...thank you so much for your help and hard work! Edit: I skipped RapidAPI and got a new API key directly from the OpenWeather website. The new key works!
@CodeExplained
@CodeExplained 3 года назад
Great 👍
@___Kevin
@___Kevin 3 года назад
I will try this to put this feature on my cousin website I'm making. Thank you for having the patience to explain each step of your code
@CodeExplained
@CodeExplained 3 года назад
Glad it was helpful!
@ДаниилЕлин-ж1п
@ДаниилЕлин-ж1п 4 года назад
It's realy cool.My english is't well but i understand your explanation. Thanks you,man! P.s i'm watching you from Russia.
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. PS: Hi to russia :)
@soltiscd
@soltiscd 5 лет назад
Thank you. I really hope you have more to come! Great content and excellent presentation/teaching style.
@CodeExplained
@CodeExplained 5 лет назад
Thanks
@TheSerphmx
@TheSerphmx 3 года назад
Well done! This is a very nice and detailed tutorial for beginners. Keep it up!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@webylancers5607
@webylancers5607 2 года назад
MashAllah Aameen 🤲 🙏 😍
@K-EN-SumanGupta
@K-EN-SumanGupta 3 года назад
really he explain soo well to clear all the doubts in unique way, thanks buddy
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks
@melisadebartolo2850
@melisadebartolo2850 2 года назад
Thanks for this tutorial! I really enjoyed the way you explained the whole process! You're an excellent teacher, definitely will be coming back to learn more :)
@chayanetorres6932
@chayanetorres6932 5 лет назад
Thank you so much, It really helps understand, not just see a video and copy the code!
@CodeExplained
@CodeExplained 5 лет назад
Happy to hear that
@mmathatoable
@mmathatoable 3 года назад
Subbed before I could finish watching...the comment section is on fire 🔥
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@thuphung7364
@thuphung7364 3 года назад
Thanks for your explanation! It's very clear, condensed, and easy to understand.
@CodeExplained
@CodeExplained 3 года назад
Glad you think so!
@hanesmitter1469
@hanesmitter1469 4 года назад
Dude you have explained it like you really know what you are doing. Perfectly explained 👍👍
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. Thanks!
@yukselbey913
@yukselbey913 5 лет назад
Thank you so much for keep doing tutorings.
@CodeExplained
@CodeExplained 5 лет назад
You're welcome yuksel.
@kumarniloy1798
@kumarniloy1798 3 года назад
Thanks you.. Love from Bangladesh...
@CodeExplained
@CodeExplained 3 года назад
Thanks
@gautamgunecha5963
@gautamgunecha5963 2 года назад
Liked the way you explained.
@enviro666
@enviro666 3 года назад
Thank you for this clear and concise tutorial!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@binarycoders3835
@binarycoders3835 2 года назад
Excellent Work
@angelaquino6755
@angelaquino6755 4 года назад
It was 100% perfectly explained!!! Great job dude, super helpful!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@badruzzaman1708
@badruzzaman1708 5 лет назад
Thanks for posting it . Keep uploading stuffs like these.
@CodeExplained
@CodeExplained 5 лет назад
Thanks, and I will.
@Kawishe
@Kawishe 4 года назад
You are providing great tutorials pleas continue to do we appreciate. From Tanzania
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, Thanks! Welcome Tanzania !
@sukh_aamad
@sukh_aamad 4 года назад
You are great bro....Your explanation is just awesome.....keep on explaining instead of only writing the code
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, Thanks!
@daryllmamaril4225
@daryllmamaril4225 3 года назад
thank you for explaining everything in detail. super helpful!!! have subscribed to your channel!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks and welcome.
@curiousmind7160
@curiousmind7160 4 года назад
Brother you did awesome. i understood clearly. Thank you very much.
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@genericstospecifics1856
@genericstospecifics1856 3 года назад
Best possible way to explain, thanks Dude,. Subbed and shared this channel link with friends. Keep up the good work.
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@HaiHoang-hi2cu
@HaiHoang-hi2cu 4 года назад
i love youre chanel so much. Big thank for your sharing
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. Thanks!
@yusufjonabdumajitov1786
@yusufjonabdumajitov1786 3 года назад
Good job, Clear explanation 👍
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@tazimmahta7625
@tazimmahta7625 3 года назад
Best explanation ever :::::D
@patienceefereyan4521
@patienceefereyan4521 4 года назад
This was so beautiful to watch. It was great to see you explain the concepts well first then the code. Thank you so much.. what if I wanted to add an input field and allow users to search for the location of any place, how do I do it
@CodeExplained
@CodeExplained 3 года назад
Did you figure out how to do it, or still need help?
@LauraDiaz-sg7xu
@LauraDiaz-sg7xu 4 года назад
Amazing tutorial! Thanks for doing it, i learnt a lot!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@MikixIT
@MikixIT 3 года назад
OMG Thank you so much! the best development channel ever found, subscribe!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks
@shubhamh7451
@shubhamh7451 3 года назад
dayum! GREAT explaination, great code. made it veryveryvery easy for beginners to understand collecting data from api. Thank you!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@kalashjain3769
@kalashjain3769 2 года назад
sir very good explanation and very clearly explained all the methods and API used in the APP . Sir how can we get the data of any place as in this app we can get data only of our current location thank you sir
@islamiceducation4879
@islamiceducation4879 3 года назад
you are a blessing for us
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks
@akashdas172
@akashdas172 4 года назад
Thank you for sharing your great great project
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@VikasSingh-pw5iz
@VikasSingh-pw5iz 4 года назад
Appreciate the way u taught us! Thnaks man
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@mohammadnaim9226
@mohammadnaim9226 2 года назад
Awesome explained.
@Louisianish
@Louisianish 2 года назад
Thank you so much! This is exactly what I was looking for, a simple weather widget or app that shows the temperature, easily switches between Celsius and Fahrenheit, and displays images and the description of the weather exactly like this. What I’m trying to figure out how to do, though, is display words like "sunny," "cloudy," and "rainy" in a different language. The thing is, it isn’t a language that is supported by any API, so I want to replace these words manually. The language is Louisiana Creole. I already have the terms translated, but I don’t know how to replace the English terms with the Creole terms with code. I’m still quite early on in my coding journey. Any ideas on how I can replace the English terms with terms in my language? I realize I could maybe contact the creators of the API and ask them to provide support in my language, but that could take months. I know there’s got to be a way to code it so it just replaces the words with words you set it to replace.
@chrisdarden9131
@chrisdarden9131 3 года назад
THANK YOU for making a clear and concise video for myself to use. I certainly appreciate it. Hopefully, Git next? :)
@CodeExplained
@CodeExplained 3 года назад
I hope so!
@lobzik6680
@lobzik6680 4 года назад
Just take my like. High quality content.
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, Thanks!
@SocialKas
@SocialKas 4 года назад
Nice and thorough explanation. Thank you!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@lettywasty9223
@lettywasty9223 3 года назад
Very good tutorial but so under rated
@CodeExplained
@CodeExplained 3 года назад
Thanks a lot.
@raunakbasnet7955
@raunakbasnet7955 2 года назад
You are the best !!
@quynhmaixinhgai
@quynhmaixinhgai 3 года назад
Very helpful for me! thanks you.
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@ebraamwadee2216
@ebraamwadee2216 4 года назад
you are the best man !!!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@MrShuvo-eh4tl
@MrShuvo-eh4tl 3 года назад
you deserve more subscriber
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@einspanner1
@einspanner1 4 года назад
Very well done!!!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@stowjer
@stowjer 4 года назад
Thanks so much for your tutorial, very helpful indeed and much appreciated!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@bibhushankarki9194
@bibhushankarki9194 5 лет назад
i really like your explaination !
@CodeExplained
@CodeExplained 5 лет назад
Thanks.
@muhammadshahnawaz1809
@muhammadshahnawaz1809 4 года назад
very nice
@muhammadshahnawaz1809
@muhammadshahnawaz1809 4 года назад
i follow you
@sonnguyen6367
@sonnguyen6367 3 года назад
I very like the video. Thank you for sharing. Keep it up!
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@kateiluk5521
@kateiluk5521 4 года назад
cant stop laughing the way you pronounce "weather" very good explanation
@jere9915
@jere9915 4 года назад
wither !
@shibrahmisbah4760
@shibrahmisbah4760 3 года назад
"wither" or not he pronounces it right, the tutorial is awesome!
@CodeExplained
@CodeExplained 3 года назад
@Kate Miluk happy to make you laugh.
@user-fv3vf5wo9p
@user-fv3vf5wo9p 4 года назад
Thank you , i love your tutorials
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@jassrajput890
@jassrajput890 3 года назад
i find this approach is very discriptive
@CodeExplained
@CodeExplained 3 года назад
Thanks
@bhupendrasinhthakre3980
@bhupendrasinhthakre3980 3 года назад
Wonderful tutoiral style. How to make a "search bar" or "dropdown" to select cities.
@CodeExplained
@CodeExplained 3 года назад
Some guides to add a search bar: 1. Add an HTML input of type text, with a submit button. 2. You need a list of all the cities with their names, longitude and latitude (I don't remember of you can get the weather info from the API using only the name of the city, if that's the case then you don't need the longitude and latitude) 3. Then go and watch a video on my channel, COVID19 LIVE STATS, watch the part where I create a search bar to search for countries. 4. When you create that, add an onclick event for each city, so when you click on a city you call a function that will fetch the API for the right weather infos.
@bhupendrasinhthakre3980
@bhupendrasinhthakre3980 3 года назад
@@CodeExplained Thanks mate.. will watch the other video of yours as well
@naveenb9708
@naveenb9708 2 года назад
Did you finish that searching using city if yes can u share code
@khalilmustapha8463
@khalilmustapha8463 3 года назад
Great Channel
@CodeExplained
@CodeExplained 3 года назад
Thanks
@DuyTran-ss4lu
@DuyTran-ss4lu 5 лет назад
What else to say? It's just perfect.
@CodeExplained
@CodeExplained 5 лет назад
Thanks
@mickeberg2123
@mickeberg2123 5 лет назад
Thank you! Great tutorial! Keep up the good work.
@CodeExplained
@CodeExplained 5 лет назад
Thanks
@kamaleshp4506
@kamaleshp4506 3 года назад
Your explanation was ultratech I request you to make javascript tutorial pls with good explanation
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that. and I will ...
@manishtripathi4097
@manishtripathi4097 4 года назад
The best tutorial thanks
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@nahidakhter8646
@nahidakhter8646 4 года назад
very well explained
@CodeExplained
@CodeExplained 3 года назад
Happy to hear that, thanks a lot ❤
@rodrigueznawej6454
@rodrigueznawej6454 4 года назад
Thanks for your clarification; Please can you add the forecast one
@CodeExplained
@CodeExplained 3 года назад
You're welcome.
@sanjaybhan1585
@sanjaybhan1585 4 года назад
Excellent explanation, useful code snippet
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, Thanks!
@blackswordsman6094
@blackswordsman6094 3 года назад
Great Tutorial!!
@CodeExplained
@CodeExplained 3 года назад
Glad you think so!
@robertrydlewski9538
@robertrydlewski9538 4 года назад
Sorry, I can't help it. Where are you from ?? I never heard anyone pronounce "weather" and "function" the way you do. LOL But despite this funny fact very good tutorial. I like how much effort you put into explaining your logic before jumping into coding. 10/10. Good job :)
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that, Thanks!
@user-lj6is5kn8o
@user-lj6is5kn8o 4 года назад
Thank you for good tutorial
@CodeExplained
@CodeExplained 3 года назад
You're welcome.
@josephtheosophe1951
@josephtheosophe1951 4 года назад
Tank you sir, this video was very useful for me. Josephe fram Norway
@CodeExplained
@CodeExplained 4 года назад
Happy to hear that. Thanks!
Далее
Using CSS custom properties like this is a waste
16:12
Просмотров 171 тыс.
Школьник угомонил бандита!
01:00
ХИТРАЯ БАБУЛЯ #shorts
00:20
Просмотров 678 тыс.
5 JavaScript Concepts You HAVE TO KNOW
9:38
Просмотров 1,4 млн
The Secret Science of Perfect Spacing
9:40
Просмотров 422 тыс.
Vite Crash Course | Faster Alternative To CRA
16:24
Просмотров 201 тыс.
The secret to mastering CSS layouts
17:11
Просмотров 281 тыс.
Build A Calculator With JavaScript Tutorial
38:50
Просмотров 1,5 млн
Школьник угомонил бандита!
01:00