Skip to content

A simple HTML & CSS based weather dashboard using OpenWeather API and localStorage to store search history.

Notifications You must be signed in to change notification settings

ayacomputer/weather-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a weather dashboard that will run in the browser and feature dynamically updated HTML and CSS. With this application, the user can see the weather outlook for multiple cities so that they can plan a trip accordingly.

Instructions

This is a weather dashboard with form inputs.

  • When the user searches for a city, current and future conditions for that city will be presented, and that city will be added to the search history. (default: Tokyo)

  • When the user views current weather conditions for that city, the city name, the date, an icon representation of weather conditions, the temperature, the humidity, the wind speed, and the UV index will be presented.

  • When the user views the UV index, a colour that indicates whether the conditions are low, moderate, high,very high or extreme will be presented.

    The UV radiation levels are divided into:

    • 🟩 Low (0-2)

    • 🟨 Moderate(3-5)

    • 🟧 High (6-7)

    • 🟥 Very high (8-10)

    • 🟪 Extreme (11 and above)

      (Source: Cancer Council Australia)

  • When the user views future weather conditions for that city, a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, the wind speed, and the humidity will be presented.

  • When the user clicks on a city in the search history, current and future conditions for that city will be presented.

  • When the user clicks on the clear button, the search history will be deleted from the screen and the local storage.

Product

Click here for the GitHub Page

This is the preview of this product

About

A simple HTML & CSS based weather dashboard using OpenWeather API and localStorage to store search history.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published