Build a Responsive Weather App in React JS | Beginner React JS Tutorial

  Рет қаралды 41,362

Yash Patel

Yash Patel

Күн бұрын

Пікірлер: 80
@malhareshivam9861
@malhareshivam9861 2 жыл бұрын
This is easy to understand instead of creating extra variable. //dynamic Background Image if(data.temp>20){ setBg(hotBg); } else{ setBg(coldBg); }
@SolzheBitsyn
@SolzheBitsyn 2 жыл бұрын
I'm three minutes in and I can already tell this is going to be a fantastic tutorial
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Thank you for watching :)
@dilyafruzik
@dilyafruzik 2 жыл бұрын
Hi! It's the first video in english i've seen for my it-studies. It's clear. Thank you
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Thank you ☺️
@abhishekkumar-fe8lw
@abhishekkumar-fe8lw 11 ай бұрын
how do i get icon url,you opened the image by already finished project of yours,how do i access it?
@muhammadraflipratama4483
@muhammadraflipratama4483 2 жыл бұрын
Thank You Mate, You are very good at explaining things that are difficult to understand, can't wait for the next amazing project !!!
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Thank you ☺️
@BrianKarmo
@BrianKarmo Жыл бұрын
Thank you for going into detail from the css to the final build, i refined and refactored this project a tad bit and now is my go to on my portfolio for now lol🙏
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Amazing!!
@tejusgroup6695
@tejusgroup6695 2 жыл бұрын
Good Morning, Rock Star Yash.. This is amazing weather app using React and CSS, Responsiveness is superb !! and Your Camara quality is good and sound quality is crystal clear🔊 Happy Coding Brother
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Thank you for your feedback ☺️
@joaquin_carp
@joaquin_carp Жыл бұрын
Yash enjoyed your video very much, thanks and greetings from Argentina.
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Glad you enjoyed it!
@tomastefan992
@tomastefan992 2 жыл бұрын
Can you give me some hints on how can I add an Autocomplete on the search bar for the cities ? Thanks !
@aloksharma5468
@aloksharma5468 Жыл бұрын
I'm building my first project in reactJS and tbh for the first 30 mins I was super happy but after that I felt like a shit. But great work man! Great video. ✨✨
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
happens to everyone. there is always a learning curve. Stick with it and you will get better.
@sanyamjain4777
@sanyamjain4777 2 жыл бұрын
Please make a shopping cart app using reducer and context
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
I will put it on my todo list.
@CaliburPANDAs
@CaliburPANDAs 2 жыл бұрын
@@yashpatel1O1 update?
@manojkumarparuchuri5920
@manojkumarparuchuri5920 2 жыл бұрын
Another amazing tutorial you are changing so many people lives thanku so much
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Glad you think so!
@VinayPanchal01
@VinayPanchal01 Жыл бұрын
Really loved your video one my first api project is was planning to do thanks bro.
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Awesome :)
@laibahameed6374
@laibahameed6374 Жыл бұрын
Where to get the icons of sun...I can't seem to find it...Even though I'm using the same key used in the tutorial.?
@ritika8539
@ritika8539 Жыл бұрын
great tutorial👏👏👏
@sulemanimtiaz1343
@sulemanimtiaz1343 Жыл бұрын
Can we access data other than Open Weather API???
@rod6027
@rod6027 2 жыл бұрын
Fantastic stuff sir 👍
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Thank you! Cheers!
@sunbirdthewayoflife5361
@sunbirdthewayoflife5361 Жыл бұрын
Anyone facing a blank screen even if your codes were working just fine. Any suggestions?---- I was using the default value (null) and it causes a blank screen after reloading the screen but using (' ') as a default value solves the issue. Thanks 🙏
@raneemaljamal6269
@raneemaljamal6269 2 жыл бұрын
I try it its amazing thank you for this tutorial
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Thank you
@ryanmilligan7152
@ryanmilligan7152 2 жыл бұрын
Great as always, boss.
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Thanks again!
@chunkwanchan5503
@chunkwanchan5503 2 жыл бұрын
for text content of the unit toggle button, can I use {units === "metric" ? "°F" : "°C"} or is it more common to change it with DOM.innerText in the video?
@anishvishwakarma3468
@anishvishwakarma3468 Жыл бұрын
yes bro you heard it right
@vasanthakumarrajendran997
@vasanthakumarrajendran997 2 жыл бұрын
In this weather API project can you add dark mode button and also date,time, day
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
I have other weather app with day, date and time display. For dark mode I will create a video in future. Let me know if you need help with something else. Thank you for watching 😊
@vasanthakumarrajendran997
@vasanthakumarrajendran997 2 жыл бұрын
@@yashpatel1O1 ok bro your project is awesome !
@vasanthakumarrajendran997
@vasanthakumarrajendran997 2 жыл бұрын
Yeah awesome, but one issue bro api key is not working. I see my browser console that shown an 401 error .
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Ohh. Are you using your own keys from OpenWeatherAPI?
@vasanthakumarrajendran997
@vasanthakumarrajendran997 2 жыл бұрын
@@yashpatel1O1no if i put my own key means that showns an 401 error
@troynelson6394
@troynelson6394 Жыл бұрын
What if you live in the US and wanted to add the state? We have several cities with the same name and I don't see the state attribute in the openweatherapp api
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
interesting question. Found this in the docs, call the query like this `city, state code, country code`. I would recommend you to read the docs for better understanding.
@jritzeku
@jritzeku 2 жыл бұрын
How do you go about deciding which option to use for css on a React project(css, tailwind, bootstrap ) ?
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
always pick what you know best. if you don't know any then learn a little about all of them and pick what you like
@muskangupta421
@muskangupta421 Жыл бұрын
Really helpful 👍
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
thank you
@rod6027
@rod6027 2 жыл бұрын
If we want to info about Indian cities it works or not...
@YALITTLLE
@YALITTLLE Жыл бұрын
im a starter , so i could not understand one thing , from where did you get the six datas of icons? please answer 😢
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
I would recommend you to go through some basic tutorials and come back later. You will be able to understand a whole lot better.
@aritrachowdhury4403
@aritrachowdhury4403 2 жыл бұрын
Very Good video Man. Hands Down !! please make more beginner friendly React Videos.
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
More to come!
@flashey2114
@flashey2114 2 жыл бұрын
please explain every process step by step in every videos.
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
noted! Thank you for your feedback.
@krishnamohan-nz6cc
@krishnamohan-nz6cc Жыл бұрын
You have missed to add error handling...
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
will add it in future videos. Thank you for watching :)
@Alpha-kn7fv
@Alpha-kn7fv Жыл бұрын
You should had used the link of images instead of just importing from file manager, it would have been beneficial for hosting
@laibahameed6374
@laibahameed6374 Жыл бұрын
Where to get the icons of sun...I can't seem to find it...Even though I'm using the same key used in the tutorial.?
@Alpha-kn7fv
@Alpha-kn7fv Жыл бұрын
@@laibahameed6374 the sun is not an icon here, it is an image. Download an image icon of sun and then use it
@rod6027
@rod6027 2 жыл бұрын
Onclick is not working in app
@PankajRathrePR
@PankajRathrePR Жыл бұрын
I need some help plzz reply me
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
what is the issue?
@deepakumari-yf1tr
@deepakumari-yf1tr 10 ай бұрын
​@@yashpatel1O1 sir is this video is an alternate of weathere horly and daily forecast using react js? Pls reply
@shivshankarjaiswal9718
@shivshankarjaiswal9718 2 жыл бұрын
please share code's pdf
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
it is available on github
@anishvishwakarma3468
@anishvishwakarma3468 Жыл бұрын
where did i found that@@yashpatel1O1
@ShivamYadav-eq4mh
@ShivamYadav-eq4mh Жыл бұрын
Thanks 👍
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Welcome 👍
@burraqgamming5474
@burraqgamming5474 Жыл бұрын
if someone enter wrong city name then came error is to bad interface i went to help me and handle error properly otherwise video is fantfantastic
@anishvishwakarma3468
@anishvishwakarma3468 Жыл бұрын
bhai also getting too much error i made as it is project like the tutor
@singmantkpss
@singmantkpss 2 жыл бұрын
Gracias!
@yashpatel1O1
@yashpatel1O1 Жыл бұрын
Thank you ☺️
@mithunyadav8495
@mithunyadav8495 2 жыл бұрын
Many many thanks for this tutorial. amazing!!
@yashpatel1O1
@yashpatel1O1 2 жыл бұрын
Thank you
@anishvishwakarma3468
@anishvishwakarma3468 Жыл бұрын
bhai , this project shows error me why i don't know all things undefined and different type of error occurring i don't know what's going on , i made it as it yet ,can you please share me the source code if you made this
@maazmuhammad1013
@maazmuhammad1013 Жыл бұрын
WHAT A WASTE OF MY TIME !!!! YOU MADE THIS OVERLY COMPLICATED !!!!
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Next.js 13 - The Basics
9:00
Beyond Fireship
Рет қаралды 715 М.
Speed Up Your React Apps With Code Splitting
16:50
Web Dev Simplified
Рет қаралды 396 М.
Building a Weather App with React JS - A Step-by-Step Tutorial
1:02:33
Coding Master
Рет қаралды 3,3 М.
Design patterns in React
14:37
Cosden Solutions
Рет қаралды 181 М.
Build a Reusable Component in React (Shadcn/ui, Tailwind)
19:08
Cosden Solutions
Рет қаралды 31 М.
Build a Weather App in React JS | React JS beginner Tutorial
33:04
Tyler Potts
Рет қаралды 238 М.
Build A React JS Weather App - OpenWeatherMap API - Tutorial
36:52
Code Commerce
Рет қаралды 163 М.