Skip to content

Shaw145/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App Project

Weather App Demo

Overview

This is a simple weather app project built using HTML, CSS, and JavaScript also fully Responsive. The app allows users to input a city and retrieves real-time weather data, including temperature, humidity, and wind speed, for that city. Additionally, the app displays dynamic city images that change with each search, enhancing the user experience (not all the time although).

The project was developed as a beginner-level JavaScript project and serves as a practical application of basic web development concepts.

Features

  • Input field to enter the desired city
  • Real-time weather data retrieval using APIs
  • Display of temperature, humidity, and wind speed
  • Dynamic city images that change with each search

How to Use

  1. Clone the repository to your local machine.
  2. Open the index.html file in your web browser.
  3. Enter the name of the city you want to check the weather for in the input field.
  4. Press the "Search" button to retrieve weather data.

Technologies Used

  • HTML
  • CSS
  • JavaScript

APIs Used

Credits