React JS Tutorial - Build a Weather App With Cities Autocomplete

Поділитися
Вставка
  • Опубліковано 6 лип 2024
  • In this React project tutorial, you will learn to build a weather application using the OpenWeatherMap API and GeoDB API with places autocomplete.
    ✏️ Slobodan Gajic created this course. Check out his channel: / codewithsloba
    💻 Code: github.com/bobangajicsm/react...
    💻 OpenWeather API: openweathermap.org/
    💻 GeoDB Cities API: rapidapi.com/wirefreethought/...
    ⭐️ Course Contents ⭐️
    ⌨️ (0:00:00) Intro
    ⌨️ (0:00:30) How to get API keys
    ⌨️ (0:02:30) Creating the application and installing packages
    ⌨️ (0:05:25) Building city search component
    ⌨️ (0:23:48) Building current weather component
    ⌨️ (0:43:23) Fetching and mapping data from weather API
    ⌨️ (1:01:35) Building weather forecast component
    ⌨️ (1:34:20) Outro
    🎉 Thanks to our Champion and Sponsor supporters:
    👾 Raymond Odero
    👾 Agustín Kussrow
    👾 aldo ferretti
    👾 Otis Morgan
    👾 DeezMaster
    --
    Learn to code for free and get a developer job: www.freecodecamp.org
    Read hundreds of articles on programming: freecodecamp.org/news

КОМЕНТАРІ • 332

  • @zdfvbadfbadb
    @zdfvbadfbadb Рік тому +63

    I'm an experienced React developer and enjoyed this tutorial as a refresher on how to interact with REST APIs using React. As with all such tutorials, you'll get the most out of it by going back and experimenting with all the things you can add, modify, expand, etc. Obviously, there is only so much Sloba could include here or the video would be several hours long. In this case, really exploring the API documentation to see what you can get from the API and then how you can use that data is very helpful in learning about working with REST APIs.
    As I saw from one other commenter, the tutorial does misinterpret what the forecast list array provides. The 40 items in that array are not consecutive daily forecasts, but rather they are consecutive hourly forecasts separated by 3 hours. The API returns 5 days of data and there are 8 3-hr segments in a 24-hr day, hence the count of 5 x 8 = 40. So, to be accurate, you would need to do more data manipulation to really be able to extract a multi-day forecast from this data, and it would only look forward at most 5 days (unless you upgrade to the paid version of the API). But, the point of this tutorial is to show an example of accessing and displaying REST API data, not building an amazing replacement for the current weather app on your phone.
    One last thing - new devs need to learn about protecting API keys. If you intend to upload this project to a public GitHub repo, then you need to learn about how to do it without exposing your personal API keys. Google "how to hide api key in github" for the how and why of this issue. (e.g., If you look at Sloba's Github repo for this tutorial, you will see he put placeholders in for the keys.)

    • @prantikseal
      @prantikseal Рік тому

      hey Gfore thanks a lot for suggestion would look forward to doing this. Btw how can I reach out to you would love to connect on socials/ mail!

    • @abhyudaysoni
      @abhyudaysoni Рік тому

      I noticed the same thing too when I saw the dates were same. And about hiding the API keys, how bad is it for this project, any idea?

    • @zdfvbadfbadb
      @zdfvbadfbadb Рік тому +5

      @@abhyudaysoni - In this case, it is not a big deal since the API key is free so you aren't really trying to protect anything. But, it is just a good practice to protect API keys rather than sharing them publicly since you will eventually be working with keys that definitely need to be kept secret.

  • @zdfvbadfbadb
    @zdfvbadfbadb Рік тому +113

    Small error, but something React developers need to be aware of: Around 1:06:20, in forecast.js, we should use "data.list.slice()" not "data.list.splice()". The difference is that slice() is for copying a portion of an array (data.list in this case) and does not alter the original array. The splice() method is meant for removing part of an array, and replacing it if a 3rd argument is included, so it actually alters the original array, which you don't want to do since altering the props within a React component can lead to unexpected results.

  • @z4br4k98
    @z4br4k98 2 роки тому +53

    Both react and working with APIs seem like very important skills. Thanks!

    • @CodewithSloba
      @CodewithSloba 2 роки тому +3

      Awesome thank you, check more tutorials on my channel

  • @ShunShufen
    @ShunShufen Рік тому +10

    Great little code along project with React. I like how it was quick and simple enough to not get lost and there was some interesting problem solving as well.

  • @programamacita
    @programamacita Рік тому +1

    Awesome video, pretty straightforward, I managed to make this lovely app in no time! Hvala, Slobodane, svaka cast!

  • @ralfkah3
    @ralfkah3 Рік тому +4

    Thanks for the great tutorial! My first little coding project with React and i''m sure, more will follow :-) Thanks!!!

  • @Missmmmmmmmmmm
    @Missmmmmmmmmmm Рік тому

    guys i can't thank you enough, you're the best at dropping tutorials out there

  • @hazadus
    @hazadus Рік тому

    Great work, thanks! Enjoyed completing this mini project!

  • @kdtallllll
    @kdtallllll 5 місяців тому +1

    This is so cool! I'm definitely going to mess around with the finished product.

  • @nitrohite
    @nitrohite Рік тому

    This was so much fun, thank you!

  • @ishadowpeople6577
    @ishadowpeople6577 Рік тому

    Just finished! It was awesome!!

  • @kushangayantha9130
    @kushangayantha9130 2 роки тому +1

    Been waiting for this one.. thank you

    • @CodewithSloba
      @CodewithSloba 2 роки тому +1

      Awesome thank you, check more tutorials on my channel

  • @bhagyashreekhairnar683
    @bhagyashreekhairnar683 10 місяців тому

    brilliant course. Extremely grateful!!

  • @smirnovsk
    @smirnovsk Рік тому

    Thank you for your course!

  • @JayaLakshmi-fr6yy
    @JayaLakshmi-fr6yy 14 днів тому

    Thank you for this ,really helpful

  • @ricardogonzalezflores1955
    @ricardogonzalezflores1955 2 роки тому +5

    I just finished this project, I loved it. Thank you!!!!

    • @CodewithSloba
      @CodewithSloba 2 роки тому +2

      Awesome, cheers more tutorials on my channel 👏🏻

    • @ameyakharate
      @ameyakharate Рік тому +1

      Have you deployed this project

    • @Stephinmaju
      @Stephinmaju Рік тому

      Without subscription for rapid api is it work ??

    • @pittuprasanth
      @pittuprasanth Рік тому

      Send deployment link

  • @codeek0
    @codeek0 Рік тому

    Awesome stuff brother!

  • @RahulSharma-wh8sq
    @RahulSharma-wh8sq Рік тому

    Really enjoyed this video Thanks!

  • @mohsenpasdar8159
    @mohsenpasdar8159 Рік тому

    Thank you, it was great!

  • @marccallueng3752
    @marccallueng3752 Рік тому

    I know tNice tutorials is an old video but I’m new and thank god I finally found you . Thank you for such an amazing and helpful video ❤️

  • @HaoNguyen-km9xj
    @HaoNguyen-km9xj 2 роки тому +2

    Nice couse! the api really real, data fetch so cool... and the UI simple but really awesome! Thanks you!

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      You’re welcome, check more tutorials on my channel

  • @rohitbagadi3058
    @rohitbagadi3058 Рік тому

    Best video ever for Weather project Thanks alot 🙌

  • @alexanderkomanov4151
    @alexanderkomanov4151 Рік тому

    Thanks a lot - it was very helpful! Really appreciate!

  • @YousefSultan7
    @YousefSultan7 17 днів тому

    Thanks a lot , amazing video

  • @Vancha112
    @Vancha112 2 роки тому +4

    Currently learning react to use with django, thank you for this video :)

    • @logic_ok
      @logic_ok Рік тому +2

      same bro. good luck

    • @Vancha112
      @Vancha112 Рік тому +1

      @@logic_ok I think I got some of reacts basics down , but I found it a little complicated to properly integrate it in to an existing django application. Good luck to you! :)

  • @canerdemircigm
    @canerdemircigm Рік тому +2

    I read react documentation and little bit bored but this tutorial made fun my learning journey thanks.

  • @mrinalmishra3196
    @mrinalmishra3196 Рік тому

    Thankyou Sloba and freeCodeCamp

  • @abhiyanupreti417
    @abhiyanupreti417 2 роки тому +3

    Just completed react course from this channel and wanted to do some project🤭🤭 you guys just uploaded a new project thank you!

    • @CodewithSloba
      @CodewithSloba 2 роки тому +2

      Awesome thank you, check more tutorials on my channel

    • @user-gs2zp3dm1v
      @user-gs2zp3dm1v 2 роки тому

      did you face any problem like this. Failed to parse source map from 'D:\Project React\July22TutorialWeatherApp\weather-app
      ode_modules
      eact-select-async-paginate

  • @pedromiguelmazzeyvera4872
    @pedromiguelmazzeyvera4872 Рік тому +3

    Really nice tutorial, just having basic knowledge of react I could understand almost everything he was doing👍👍

    • @huydao1588
      @huydao1588 Рік тому +1

      how long did you learn react to understand what is he doing, I learn react for 1 month and some of it still got me confused

  • @soumyapradhan6537
    @soumyapradhan6537 Місяць тому

    Very Helpful and Informative video 🤩🤩

  • @nikhilev3840
    @nikhilev3840 Рік тому

    Thank you. I made it as your tutorial

  • @soumyapradhan6537
    @soumyapradhan6537 Місяць тому

    Amazing teaching, Keep it bro 😀😀

  • @shoryapawar2219
    @shoryapawar2219 Рік тому +1

    Thankyou I learned a lot It was very beginner friendly though

  • @marcoitalia97
    @marcoitalia97 Рік тому

    Thanks mate! 💌

  • @snehitlal771
    @snehitlal771 2 роки тому

    This is what i needed for my react project ..Thanks fcc

  • @messi_0nly
    @messi_0nly 9 місяців тому

    Much Love ❤

  • @MatthewDelongUK
    @MatthewDelongUK 2 роки тому +19

    Just starting this after installing all relevant dependencies/packages. Wish me luck, will update "when" it's completed, looking forward to the challenge and learning 👍

  • @elrickster3076
    @elrickster3076 Рік тому +7

    Awesome video!
    Around minute 53:00 I missed the `import { useState } from 'react';` so I was getting the error "useState not defined" but then I caught it, phew.
    Hope this helps some other 'newbies' like me out there, lol.

  • @alexeysmirnov6211
    @alexeysmirnov6211 Рік тому

    Thank you so much!

  • @tgrionak4263
    @tgrionak4263 Рік тому

    Love video, tnk u very much

  • @sarupk
    @sarupk 2 роки тому

    THanks a lot!
    10/10 for study

  • @sajjadjafari7861
    @sajjadjafari7861 2 роки тому

    Yooooo that's amazing

  • @marufmarzuq
    @marufmarzuq 2 роки тому

    Informative 💜

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Awesome thank you, check more tutorials on my channel

  • @arturgorbunov3792
    @arturgorbunov3792 Рік тому

    Thank you!

  • @shlomiyahbes4882
    @shlomiyahbes4882 Рік тому

    Thank you !! 👑🏆❤💖✨

  • @matruxas
    @matruxas Рік тому +9

    Exquisite lesson thank you, while working along had few lols
    1. 1:28:42 "Sea_Level in metres" - that would be air pressure at sea level 😂
    2. 58:14 Before converting API to &units=metric, you said temperature is in fahrenheit , that was kelvin. 300°F would be ~150°C 😂
    Subscibed to your channel :)

    • @CodewithSloba
      @CodewithSloba Рік тому +2

      thank you for letting us know 🙏 awesome

  • @mahendranath2504
    @mahendranath2504 2 роки тому

    Thank you so much 😊🙌🏻👐🏻👏🤝👍👊🏻🤜🏻✌️

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Awesome thank you, check more tutorials on my channel

  • @skb5739
    @skb5739 2 роки тому +20

    I am from mechanical background but lot of interest in coding. Hoping this will help to add to my resume and to gain lot of knowledge.

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Absolutely

    • @gerrell865
      @gerrell865 2 роки тому

      it sort of will but you need to actually complete a big project from start to end. Huge difference than doing tutorials, small projects like these.

  • @andygr1n1
    @andygr1n1 Рік тому +2

    thanks, very cool api. It is much more interesting to build this using redux toolkit or mst and TS :). But the Idea - is only what we need )))
    And what was confusing for me, is styling the select component 🙃, because it has some module.css like generated code in DOM.

  • @sydvys
    @sydvys Рік тому +2

    This man is not explaining anything he's just telling what to do

  • @saifulrasel6667
    @saifulrasel6667 Рік тому

    Thank you very much

  • @itexpert4193
    @itexpert4193 2 роки тому +1

    great. gud job

  • @WanKy182
    @WanKy182 2 роки тому +15

    Foercast request sends you weather forecast for 5 days with data every 3 hours. It sends data for example (from 2022-07-15 12:00:00 to 2022-07-20 09:00:00). You splice data and map over first 7 items(that is day and a half or something like that), but you mark them as day of the week.
    And not the best idea to use labels instead of spans everywhere)

    • @CodewithSloba
      @CodewithSloba 2 роки тому +1

      there is a confusion in their api. I tested this data against their day forecast widget and it worked correctly. But you are correct

    • @pedromiguelmazzeyvera4872
      @pedromiguelmazzeyvera4872 Рік тому

      @@CodewithSloba Hi! so the original video code is correct and does it reflect the next 7 days? Thank you!

    • @Vlada1969
      @Vlada1969 Рік тому +2

      @@pedromiguelmazzeyvera4872 Seems that original code is not OK... Every object in list array has dt and dt_txt properties which shows date and time for the current forecast and it is clear that those are not daily but three hourly forecasts. This error doesn't make this tutorial invalid as the code is valid it's just that assumption about the data is wrong. Fix can be done by just using some vanilla js to map original data to required format...

    • @pedromiguelmazzeyvera4872
      @pedromiguelmazzeyvera4872 Рік тому

      @@Vlada1969 thank you!!

    • @user-ku7dh7od7i
      @user-ku7dh7od7i Рік тому +1

      @@pedromiguelmazzeyvera4872 no, it can not be correct. because for this API daily forecast is not free. I think UA-camr just use 3 hour forecast to show how it works in software developpe level

  • @crack9058
    @crack9058 2 роки тому +2

    Please upload some videos on React typescript and some advance projects using React-Redux.

  • @alphareborn9908
    @alphareborn9908 2 роки тому +1

    Thank you so much for this Sloba. This video will for sure help with my future coding career. Was this made in Java programming language?

    • @CodewithSloba
      @CodewithSloba 2 роки тому +1

      You’re welcome, that’s Javascript

    • @zdfvbadfbadb
      @zdfvbadfbadb Рік тому +1

      React is a Javascript library, not Java

  • @amiralirezaei2108
    @amiralirezaei2108 2 роки тому +1

    Awesome

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Awesome thank you, check more tutorials on my channel

  • @nnamdiezeh4159
    @nnamdiezeh4159 Рік тому +1

    Great tutorial. I am having an issue tho. the current weather component is not showing just the search component. I have checked with your code on git hub but i still cant figure where the issue is. Note: the weather component was showing before i linked the api

  • @rishiraj2548
    @rishiraj2548 2 роки тому

    Great thanks

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Awesome thank you, check more tutorials on my channel

  • @thimiraakash8941
    @thimiraakash8941 Рік тому

    Thank you

  • @juanjosegouvea
    @juanjosegouvea Рік тому

    thanks!

  • @tripily5533
    @tripily5533 2 роки тому +1

    Wow, since when do you have so much subs!

  • @brendon5553
    @brendon5553 Рік тому

    nice i finished it

  • @parveshqaiser9840
    @parveshqaiser9840 5 годин тому

    Awesome tutorial. But there is something i wanted tell you is that pls follow coding standards. Naming a component file should start with a Capital Letter.

  • @user-te2pe5qm8o
    @user-te2pe5qm8o Рік тому

    Thanks! I almost finished this, but the forecast info is 4 hours interval, and I prefer to make something different from this tutorial, thanks anyway.

  • @eddiemetriumzone3583
    @eddiemetriumzone3583 Рік тому

    Question guys
    (not stack overflow)
    Is the weather api in the free plan limited by days because I saw it says 5 days 3 hours a day weather updates with geo location?

  • @rullyahsani4613
    @rullyahsani4613 2 роки тому

    awesome

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Thank you 🙏, feel free to check more tutorials on my channel

  • @mohammadsamiur4916
    @mohammadsamiur4916 2 роки тому

    Love you from Bangladesh

  • @nickst2797
    @nickst2797 2 роки тому +14

    I want to learn React, but all the tutorials are long as hell! This seems decent. Is this good enough for a beginner to learn React?

    • @CodewithSloba
      @CodewithSloba 2 роки тому +9

      This will help for sure, but only one tutorial can’t teach you

    • @jonathantribble7013
      @jonathantribble7013 2 роки тому +5

      Just code and code! If you don’t understand a part, that’s ok. You’ll understand it in the next tutorial that you do.

    • @DrGuanto
      @DrGuanto 2 роки тому +5

      React is like the hell, that's why tutorials are that long! 😂

    • @nwaguchima2280
      @nwaguchima2280 2 роки тому +3

      I personally don't even take short tutorials, except of course It is focused on a tech I really want to learn. Only long tutorials can really give you so many implementations. If you are looking to earn so much from this career, I think it's only natural to be willing to give so much.

    • @CodewithSloba
      @CodewithSloba Рік тому +1

      I agree what you say, just make sure to take time to digest informations

  • @user-gs2zp3dm1v
    @user-gs2zp3dm1v 2 роки тому +4

    Failed to parse source map from 'D:\Project React\weather-app
    ode_modules
    eact-select-async-paginate
    ode_modules
    eact-is-mounted-hook How can i resolve this error.

    • @kathhill1
      @kathhill1 Рік тому

      I'm getting the same error.

  • @mohammedmaresh9963
    @mohammedmaresh9963 2 роки тому

    start watching... enjoy

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      Awesome thank you, check more tutorials on my channel

  • @dfordemo981
    @dfordemo981 2 роки тому

    ammmmazzzzingggggg !!!!!

  • @gurbanoglu5143
    @gurbanoglu5143 5 місяців тому +1

    Please execute the following commands to avoid the error at 1:09:15:
    npm i accordion
    npm i react-accessible-accordion

  • @mcdthedev
    @mcdthedev Рік тому

    i am getting this error (city
    :
    "Belgrade, RS"
    cod
    :
    "404"
    message
    :
    "Internal error"
    [[Prototype]]
    :
    Object
    ) which suggest i am not receiving data how can i resolve this problem ?

  • @PiyaliMukherjee-be2ir
    @PiyaliMukherjee-be2ir 2 місяці тому

    can you please tell whether there is any way to fix the issue that both max and min temparature is same

  • @prathikchandrahegde3735
    @prathikchandrahegde3735 Рік тому +1

    didn't get it how r u getting the options tab when in the start

  • @d3dr
    @d3dr 10 місяців тому +1

    The slice(0, 7) data from list shows not daily forecast but hourly! So you get forecast just for 1 day not for a whole week!

    • @dohkopaul5166
      @dohkopaul5166 10 місяців тому

      geocities api was change so what do you did to use api from geocities ? axios?

  • @abbas.muzammil23
    @abbas.muzammil23 Рік тому +1

    Hey, I'm not able to load data for different cities. My code is only fetching or showing the data of a particular country irrespective of any city name typed...

    • @muhammedsamedozdemir7863
      @muhammedsamedozdemir7863 Рік тому

      One way to fix this is by appending a unique identifier, such as a timestamp, to the API endpoint URL. This ensures that each API request is unique and not cached.
      const loadOptions = (inputValue) => {
      const timestamp = Date.now(); // Unique identifier
      const url = `${GEO_API_URL}/cities?minPopulation=1000000&namePrefix=${inputValue}×tamp=${timestamp}`;

      return fetch(url, geoApiOptions)
      .then(response => response.json())
      .then(response => {
      return {
      options: response.data.map((city) => {
      return {
      value: `${city.latitude} ${city.longitude}`,
      label: `${city.name}, ${city.contryCode}`,
      };
      }),
      };
      })
      .catch(err => console.error(err));
      };

  • @despacitodaniel801
    @despacitodaniel801 Рік тому +3

    crazy how this was just 9 months ago and it's already kinda outdated

  • @tripily5533
    @tripily5533 2 роки тому +1

    Pogchamp

  • @Dev-Phantom
    @Dev-Phantom Рік тому +1

    cool

  • @anantlaghane4733
    @anantlaghane4733 Рік тому

    sir. which use in project backend and frent end i am comfujen .

  • @revulation1971
    @revulation1971 Рік тому

    how did you defined axios it wasn't in geo api before

  • @Culurgione
    @Culurgione 2 роки тому +1

    Thanks for putting this together. I am one hour in but the entire app has gone blank. Not sure why

  • @_santhosh16
    @_santhosh16 Рік тому

    Constantly throws module not found cant resolve error for current weather.js

  • @vaibhavbhardwaj.0762
    @vaibhavbhardwaj.0762 Рік тому

    The forecast isn't returning the daily forecast instead is returning hourly forecast. Anyone knows what to do ?

  • @pranjalkumar9871
    @pranjalkumar9871 Рік тому

    when I input the prop {data.city}, it shows an error that data is null, please help!

  • @PrincessOfIlluminati
    @PrincessOfIlluminati 2 роки тому

    Whenever I type something to the search bar I keep getting this error "You have exceeded the rate limit per second for your plan, BASIC, by the API provider" any idea how to solve this? I tried to type slower or refresh the page but didn't work.

    • @CodewithSloba
      @CodewithSloba 2 роки тому

      You need to add a delay, as you are making too many requests

  • @vaporycoder
    @vaporycoder 6 місяців тому +1

    why not use axios instead of fetch?

  • @beansssss3847
    @beansssss3847 Рік тому +1

    cannot get usestate to work - error is this Compiled with problems:X
    ERROR
    [eslint]
    src\Components\Search\Search.js
    Line 4:33: 'useState' is not defined no-undef
    Search for the keywords to learn more about each error.

    • @beansssss3847
      @beansssss3847 Рік тому

      Fixed after googling. Had to import use state

  • @JoyMajumder672
    @JoyMajumder672 Рік тому +1

    forecast.js isn't returning. splice method error. anyone please help me? 1:06:27

  • @TheMrTadeotadeo
    @TheMrTadeotadeo Рік тому +1

    Hello! I am going along with the tutorial, but by the 12 minute mark the search bar still hasn't appeared on app? The console is not sending me any errors. Do you know what could be the issue?

    • @ibeliveinawp
      @ibeliveinawp Рік тому +2

      Had the same issue, didn't install react-select-async-paginate correctly. Use this command "npm i react-select-async-paginate --force --save"

    • @TheMrTadeotadeo
      @TheMrTadeotadeo Рік тому

      @@ibeliveinawp thanks I'll check that out

  • @anitaoberstar3790
    @anitaoberstar3790 Рік тому +1

    1:09:00 Uncaught TypeError: Cannot read properties of undefined (reading 'splice')...

    • @IsrarAhmed-bi6mg
      @IsrarAhmed-bi6mg Рік тому +1

      In 48:27 where he stored forecast data in variable name forecastWeatherFetch, for that change ${WEATHER_API_URL}/weather to ${WEATHER_API_URL}/forecast.

  • @tsukuyomi1485
    @tsukuyomi1485 Рік тому +1

    Tried to do this and the first 20 minutes with coding along and checking making sure i have the same code it still doesn't work. nothing comes up on the search and i tried to inspect the console it doesnt print the data. And since nothing work i just grab the code from the github and tried to copy the same codes , using my api keys of course but still, when i search it doesnt do anything. Nothing is working.

    • @aguer007
      @aguer007 Рік тому

      add return before fetch

  • @keerthib2247
    @keerthib2247 Рік тому

    I'm getting ' GEO_API_URL' is defined but never used warning

  • @quangaonguyen7898
    @quangaonguyen7898 Рік тому

    I did the same as you but I can't get the icon? Can anyone explain it to me?

  • @suaybkardas948
    @suaybkardas948 9 місяців тому

    Even though I am a member of the geoDB site and use my own "apikey", I get a 403 (forbidden) error when fetching data from geoDB. I also tried with fetch and axios. Do you know how can i fix that problem?

    • @adamzdan-michajlowicz2528
      @adamzdan-michajlowicz2528 5 місяців тому +2

      Hello, I had this same issue. Its because we are supposed to click a button on the page with the copy and paste code that says "Subscribe to Test". 403 means we are authenticated (aka logged in) but havent yet got the rights to that particular API (ie havent subscibed). I hope this helps

  • @kazisohail6798
    @kazisohail6798 Рік тому +3

    api has changed not working now

  • @enchantress2100
    @enchantress2100 Рік тому

    What is the best way to study with these videos for actual learning? I know they are an amazing skill, but there is a subtle line between learning and just following commands. I’m asking to the ones that are improving their skills at the moment. 🥺 how do you do it? Some advice would be appreciated Thanks!

  • @nikolappmk
    @nikolappmk Рік тому

    I just downloaded from Github and something is wrong. It gives suggestion for city but when I choose city return blank page(same color), no search bar or anything else. Can someone help me, any idea. I rewatch every line of code and everything seems OK.

    • @my_khel
      @my_khel 9 місяців тому

      Please link to the github

  • @JBurky15
    @JBurky15 Рік тому +1

    Tried to follow along with this to get some extra react practice in and it just will not work for me. Once I completed the search component I keep getting an error where it flicks between searching and no options over and over until I click off the search bar. I even downloaded your code and it was doing the same thing to me, no clue why this would happen. Thanks for the tutorial anyway.

    • @biancamagali100
      @biancamagali100 Рік тому

      hey I have the same problem :( did you fix it?

    • @cheshtaarora5499
      @cheshtaarora5499 Рік тому

      @@biancamagali100 i m facing the same issue how to fix it ?

    • @ChamiLusi
      @ChamiLusi Рік тому

      same! and my widget dissapeared too