The weather dashboard allows you to view the weather of any city in the world. It also gives the user the ability to have their past city searches saved and have them display on the website.
need to create " searchbar" for the user to select the current weather condition and 5-day forecast of the city selected. need two containers to hold the " current weather" and the "5-day forecast". each with different elements. header- get it with bootstrap
move the "current weather" container to the middle for a better display. underneath of the "current weather" show the 5 day forecast. add a background color
functionality ---- add event listener to the searchbar. ---- fetch openweather.com API ---- retrieve the JSON needed and dispplay it on the "current weather" container ---- save to local storage
same as the first script , but repeat for the 5-day forecast.
OpenWeather One Call API "https://openweathermap.org/api/one-call-api"
https://github.com/rob49157/weather-dashboard/commits/main
