dashboard for current and forecast weather data for a given city
##Weather Dashboard
GIVEN a weather dashboard with form inputs WHEN I search for a city THEN I am presented with current and future conditions for that city and that city is added to the search history WHEN I select the unit of temperature from the radio buttons in degree celcius or degree fahrenheit THEN I am shown the temperature value in the same units WHEN I view current weather conditions for that city THEN I am presented with the city name, the date, an icon representation of weather conditions, the temperature, the humidity, the wind speed, and the UV index WHEN I view the UV index THEN I am presented with a color that indicates whether the conditions are favorable, moderate, or severe WHEN I view future weather conditions for that city THEN I am presented with a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, the wind speed, and the humidity WHEN I click on a city in the search history
live app link : https://rajnidua.github.io/weather-dashboard/
Github link : https://github.com/rajnidua/weather-dashboard
HTML, CSS, Javascript, Serverside API using Fetch
© Rajni Dua
Licensed under the MIT License