Thanks a lot, I've completed my university project with this tutorial. it saved me. Happy coding.
@DanyalMoazzamJann5 ай бұрын
btw you can also run command "npm create vite . --template react" for initializing the project.
@sanketpathak66215 ай бұрын
Thank you. This is by far the most easy to understand tutorial. Plase bring more tutorials for reactJS.
@GreatStackDev5 ай бұрын
Glad you liked it Sanket. Thanks for your comment. 😊 Keep Coding.
@runningmanslowly90723 ай бұрын
bro can u pls send me source code
@sanketpathak66213 ай бұрын
@@runningmanslowly9072 yeah I'll
@razeenmeeran98896 ай бұрын
Recognizing this from the old js, css and html video ❤❤
@Sneakingmentor6 ай бұрын
Ya bro 😅
@Nonymouz6 ай бұрын
why do i always feel like html css and js are easy when compared to react lol
@GreatStackDev5 ай бұрын
Yes, and this one was built using React Js.. Thanks for your comment. 😊
@danialnawawi91105 ай бұрын
I really like the way you teach us one by one so that we can understand. Thanks and can't wait for more project.
@GreatStackDev5 ай бұрын
Glad you liked it. Thanks for your comment. 😊 Will surely do more projects like this.
@Anon-h3q23 күн бұрын
Thank you a lot, I've already made a React app using API but had such a mess in my head, now everything is absolutely clear (just like the weather, haha)
@GREEKGODPLAYZZ_112618 күн бұрын
Did you had any problem in api calling?
@fitnessfreak9846 ай бұрын
Please bring tailwind css in it and you keep bringing more projects ❤❤ love it
@GreatStackDev5 ай бұрын
Sure, Will do it. Thanks for your comment. 😊
@OdysseySoulful6 ай бұрын
The way of your teaching is amazing.
@GreatStackDev5 ай бұрын
Glad to hear that. Thanks for your comment. 😊
@noufalriyasm93445 ай бұрын
Could you please make a video on how to deploy vite-react-app in git pages? It will be very helpful for beginners
@ajiteshmishra00055 ай бұрын
Your explanation is very good. Please create one video on Redux as well as Redux Toolkit on any React Project from scratch with small and large data so that every concept can be cleared. We can answer every interview questions smoothly.
@pavankumar-of4ew3 ай бұрын
problem with API key , it is getting unauthorized while calling city
@mohinishjain85882 ай бұрын
Yes
@reyu_28 күн бұрын
same problem, how do you solve it ?
@GREEKGODPLAYZZ_112623 күн бұрын
Bro did you solved it?
@reyu_23 күн бұрын
@@GREEKGODPLAYZZ_1126 hey its because your .env file is inside the src folder thats how I solved it
@pavankumar-of4ew22 күн бұрын
@@reyu_ Same problem i didn't call API_KEY properly from .env file
@cranticumar98883 ай бұрын
sir in react js project, how to access that .env variable. like this not work sir, const wAPI = process.env.whetherApi . in my .env ---> (whetherApi = ''adndndddmddmd') wAPI I assigned in which you assign 'VITE_WHETHER_API'
@aadhi48215 ай бұрын
Sir can you put a video for react js full course really like your teaching method.😊
@NoHandles26546 ай бұрын
Can You please Create a transportation Website that shows that trucks could carry goods from one place to another by using Api that tells the area location and a responsive pages using react and Backend.🙌🙌
@soumyanayak-bx7ci5 ай бұрын
i can do it
@thabangreymondsehlako57415 ай бұрын
You are a good teacher.Your tutorials are easy to follow. I so wish you can give us more react tutorials ❤
@GreatStackDev5 ай бұрын
Thank you, I will
@Rose-gb1ku2 ай бұрын
Easy to implement thank you !
@GreatStackDev2 ай бұрын
Glad it was helpful! Thank you. 😊
@Applecitylightkiwi6 ай бұрын
Congrats i remember the first one you made, i learnt that one well
@GreatStackDev5 ай бұрын
Glad to hear that! Thanks for your comment. 😊
@rayblinks2me4 ай бұрын
Thank you very much for your efforts! Project is great for beginners and it shows so much information. From React hooks, to jsx, creating react app using Vite, Fetch, API requests, Google dev tools, async code, try catch code blocks with alerts, ternary's and so much more. Great project!
@runningmanslowly90723 ай бұрын
bro can u send me sorce code
@preranaattarde82973 ай бұрын
Excellent Project and API is very fast Working👍👍
@StephenJoshi-p9e3 ай бұрын
does the new 3.0 also have city place for API, could you please share the link I cant find it
@hunterhalvorson62234 ай бұрын
PSA, if you have never used openweatherapp, your api may take a couple hours to load
@GREEKGODPLAYZZ_112623 күн бұрын
So what to do till then should i close my vs code??
@MimicMannan12 күн бұрын
That is simply not true. I built a weather app using this API just today and it's working absolutely fine. @@GREEKGODPLAYZZ_1126
@sanketpathak66215 ай бұрын
Awesome video sir❤
@GreatStackDev5 ай бұрын
Glad you liked it. Thanks for your comment. 😊 Keep Learning.
@mayankvaidh6 ай бұрын
The project is very awesome. Sir, please make one video for deploying food app on vercel.
@S..k..RАй бұрын
Thank you 💙
@melvinbruce9755 ай бұрын
Thank you bro just finished this tutorial really great video
@SarathkumarKilli4 ай бұрын
Best explanation. But whenever I use Axios instead of the fetch method, the state variable is not updating and also the data is not rendering on the browser. Why?
@hussainzaidi110Ай бұрын
video will start at 8:13
@YouTubeMastery1012 ай бұрын
thanks sir i complete this time
@abhinandpappu886527 күн бұрын
hlo i have a dout ,that is in image cartoonising website like colorinch when we apply any of the effects we can adjust that effect on the front end .how to do that progragrammatically
@RRBLP5 ай бұрын
Hi there, when you add a space after the city name, it causes the app to malfunction and show the empty fragments. only to then show the actual city. How do we fix this issue? otherwise great video :D
@GreatStackDev5 ай бұрын
add trim() method on input data
@minseokkim-y9f4 ай бұрын
Everything was perfect, but I didn't get images folder on my desktop after set up. How can I get thoes image files? or other way ?
@HoangPham-gz5nmАй бұрын
Hi, Thank you for your lecture, it is so helpful and undstandable but after I get API in the website and paste it into my code, it shows that 'Invalid API key', can you help me, thank you!
@ManieshSanwal3 ай бұрын
please let us know your vs code colour theme. I genuinely like this 🤗🤗
@ezeprince99742 ай бұрын
Nice one. Any idea of building a contour coordinates in python?
@paintingitsalifestyle3072 ай бұрын
thank you ❤❤
@itsmjns234 ай бұрын
hi can you create an project like mern but the database is Google Sheets 😅 and an affiliate website where to promote affiliate products with links and a backend Hope to be noticed
@pileydes4 ай бұрын
Thanks a lot.
@CLaahiCalimaxamed6 ай бұрын
Hey teacher ❤
@GreatStackDev5 ай бұрын
Thanks for your comment. 😊
@gokulrajpalanisamy2355 ай бұрын
Sir, Great content❤❤ Plz create LMS website using MERN STACK (using react) with all admin functionalities ❤
@H.CWebDeveloper6 ай бұрын
Sir please make next js project
@GreatStackDev5 ай бұрын
Sure, Will do it soon. Thanks for your comment. 😊
@kunalsin6 ай бұрын
We need more small and this type projects
@GreatStackDev5 ай бұрын
Sure, Will do more like this. Thanks for your comment. 😊
@_gazer_7304 ай бұрын
How do I deploy this project into my GitHub
@hafismohammad4955 ай бұрын
thank you so much
@saranrajmeee605 ай бұрын
Can you show output in side screen it will very clear for us
@anish237410 күн бұрын
when we load our page on the browser, it shows the alert box saying, enter city name for 2 times , how to fix this issue?
@drteddyweb5 ай бұрын
How can I use also the enter key in when I type a city and not only the search icon?
@soumodeepdey80814 ай бұрын
Sir can you tell me how to run this project in the terminal of VS Code?
@Fred-my9erАй бұрын
thank you
@Techtto4 ай бұрын
wow very nice
@AfnanAbbasi-g4bАй бұрын
Can we axios instesd fetch method?
@Bscwala13 ай бұрын
caret blink animation how do u do that
@Zina-ox2dm5 ай бұрын
dont forget to npm i openweather-apis
@saivutukuri-o3d5 ай бұрын
Please make more videos on react
@GreatStackDev5 ай бұрын
Sure.. Will do more.. Thank you.
@LeonardMuriuki-jh5hc5 ай бұрын
design a tutorial on how to make a clone for uber if you wont mind
@itsmjns236 ай бұрын
Can you tutorial for creating a checkout page for e-commerce stores
@GreatStackDev5 ай бұрын
Already created checkout and online payment for food order full stack project tutorial
@itsmjns235 ай бұрын
@@GreatStackDev uhm link??
@PraveenKumar-tw4pu5 ай бұрын
Please do it with tailwind css, so that it's responsive
@IbrahimAbdi_6 ай бұрын
Gang are here
@SbPlays176 ай бұрын
🎉🎉🎉
@GreatStackDev5 ай бұрын
Thanks for your comment. 😊
@uxmisbahh25 күн бұрын
How can you detect the Enter key press in a search input instead of clicking the search icon ? Can anyone help?
@raghavendrasangam6 ай бұрын
3:30 - Should we just ignore npm WARN deprecated message or is there any solution ? . I am getting same thing while creating app
@sparshrlohana22885 ай бұрын
There's no need to worry, chill
@lullimongal6 ай бұрын
Build a full frontend website
@GreatStackDev5 ай бұрын
Will do it. Thanks for your comment. 😊
@RRBLP5 ай бұрын
I am running into error "Failed to load resource: the server responded with a status of 429 (Too Many Requests)" after completing the video. Do you know how to fix this?
@Efizzy_brendan6 ай бұрын
Thanks boss
@GreatStackDev5 ай бұрын
Welcome.
@martinnjeri69975 ай бұрын
great turtorial, i honestly love watching and following a long, and each time im getting better.... i have a work related proyect, anyone who would like to colaborate?
@GreatStackDev5 ай бұрын
Great to hear!
@sparshrlohana22885 ай бұрын
I would like to colab
@martinnjeri69975 ай бұрын
@@sparshrlohana2288 how do i reach you to share the details of the project?
@kaustubhbhatt78305 ай бұрын
@GreatStack it is not showing data on webpage but showing on console what should i do
@vikassoni78826 ай бұрын
Everything else.hi very good, but I don't like using plain CSS for every component makin unnecessary files Bring tailwind instead and improve folder structure.
@ebrahimakanda73916 ай бұрын
Please! Make a video for currency converter.
@vaishnavikalkekar33293 ай бұрын
Sir mere me na console ka object nahi dikh raha hai please sir how to solve it
@saikrishnagoud19194 ай бұрын
Getting useffect dependency ⚠️ warning, can u please help!!
@Adityatagwale196 ай бұрын
sir, please can you make a project or website by using HTML, CSS, Javascript, Php, and MySQL. frontend and backend with explanation.
@farispepic5 ай бұрын
Do you can this to write on second way?
@ravishbisht5026 ай бұрын
Which theme do you use sir ?
@GreatStackDev5 ай бұрын
Brackets
@techlyticalwithaswini83795 ай бұрын
Sir front end developer related interview questions with answers video need
@namanhayaran68335 ай бұрын
bro data.message ka data kese aaya if city name is not right can you explain
@coder402086 ай бұрын
Sir design hamesa same hi rahta he
@akhilmanissery36665 ай бұрын
I am facing issue on fetching the weather details did anyone face that kind of issue?
@CricGamerz125 ай бұрын
I am getting problem at console Error 401 is showing
@aminashahid28185 ай бұрын
Same error.. have you resolve this issue?
@just_peace56694 ай бұрын
facing the same issue.. how to fix this?
@kaushikupadhyay41122 ай бұрын
@@aminashahid2818what about now? what was the problem?
@godneo21902 ай бұрын
im getting error of undefined reading 0 how to resolve it can anyone help me
@Splqtrmaster495 ай бұрын
My API key didn’t work
@TBMREBEL4 ай бұрын
Bhai aap. env ko kisi folder ke ander toh nhi rakhe ho
@ravii48885 ай бұрын
What would have more impact on a resume: this weather app (React) or the previous one made with HTML, CSS, and JS?....please reply
@idevkr5 ай бұрын
React
@razak-attar5 ай бұрын
it will not work in production right sir? I have deployed it on versal not working..!! @GreatStackDev Edit: it will work. Thanks..!!
@kavindudeshappriya92015 ай бұрын
How long it took to fix that ?
@RRBLP5 ай бұрын
did you fix this issue?
@nerathevannuavan49745 ай бұрын
Yo Bro Reply Here
@razak-attar5 ай бұрын
Yes guys?
@pallavipradhan1565 ай бұрын
in my vscode terminal i wote the command but it shows that npm is not recognized so please tell me how to correct it
@GreatStackDev5 ай бұрын
First install node js from below link nodejs.org/en/download/prebuilt-installer
@pallavipradhan1565 ай бұрын
@@GreatStackDev Thank you so much I will do it further if any doubt I will ask you
@kaustubhbhatt78305 ай бұрын
it's not showing data on webpage what should i do
@anzarkhan5994 ай бұрын
how to i get current date and time
@lsvlog00074 ай бұрын
Could you please share git link?
@amaztech-tb5rg4 ай бұрын
i have installed react app with out vite how should i create env with name
@just_peace56694 ай бұрын
same here were you able to make it work?
@biswajitadhikary_08074 ай бұрын
Hi, can you please provide me the link of the source code?
@Kiran234565 ай бұрын
Tq
@GreatStackDev5 ай бұрын
🤝
@SatyanshSingh-k7m5 ай бұрын
make some tutorial in react native
@ZeeshanKhan-x6h7j3 ай бұрын
how to convert thisproject to antD?
@kushalbrahmbhatt48905 ай бұрын
bhai code bhi de hi deta , aadha project ho kr data load nahi kar raha aur error bhi pata nahi chal rhi
@NarasimhaCharithartha5 ай бұрын
sir is this responsive also
@AzeemButt.x2 ай бұрын
can you please send the source code there is a isuue of my api linking
@kumarishivaswamy531Ай бұрын
THE API website is throwing error
@kumarc49892 ай бұрын
unable to link api...its shows eroor 401
@Brago4752 ай бұрын
import the api direclty weather no need for vite
@coding_priyan_ca5 ай бұрын
Hey I am facing this issue Status: 401 Unauthorized
@prabhavishukla8704 ай бұрын
Did you get the solution?
@bhishek_6 ай бұрын
1:09 Delhi 41°C 💀
@adityaranjan84734 ай бұрын
Sir, my API calling is not working
@idevkr4 ай бұрын
Verify your api key
@prabhavishukla8704 ай бұрын
Did it work now?
@adityaranjan84734 ай бұрын
No
@callmegx6 ай бұрын
Source Please 🥺
@partyhard17874 ай бұрын
my timecode 26:24
@runningmanslowly90723 ай бұрын
source code anyone pls
@harshavardhandandibhotla4 ай бұрын
Why my weather API key isn't working? Even after the activation done
@prabhavishukla8704 ай бұрын
Same.Did you get the solution?
@harshavardhandandibhotla4 ай бұрын
@@prabhavishukla870 Yes Worked ma'am after a day
@harshavardhandandibhotla4 ай бұрын
@@prabhavishukla870 Yes ma'am after a day it had worked for me
@ravikantsrivas3 ай бұрын
@@prabhavishukla870 did you get the way to resolve?