GitHunt
CL

Clelia-M/weather-dashboard

5 Day Weather Forecast Application that allows a traveler to see the weather outlook for multiple cities

⛅ Weather Dashboard Application

This is an application that allows users to see the weather forecast for cities of their choosing.
This application uses Javascript for the logic and HTML and CSS for the layout and styling.

The Javascript code uses functions and event listeners to handle user interactions and update the content on the screen.
It also uses the local storage to store the aearch history.

It has been created by modifying a given HTML starter code and it is the challenge for week 8 of the Front-End Development bootcamp.

Table of Contents

Scope of the project

  1. The user types the name of a city and clicks on the search button on the home page,
  2. This triggers the weather API to show today weather.
  3. This also triggers the weatehr API to show the next 5 days weather.
  4. The user can also view their search history and click again on a city searched previously.
  5. The user can also clear the search history by clicking the "Clear history" button.

Weather Dashboard Application

Final Results

Start page