Skip to content

skaurbagga/Weather_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌤️ Weather Forecast Web App

This is a simple weather forecast web application that allows users to check real-time weather information for any city using the OpenWeatherMap API. Built using HTML, CSS, and JavaScript, the app fetches and displays temperature, weather conditions, humidity, and wind speed dynamically.

📁 Project Structure

weather-app/ │ ├── index.html # Main HTML file ├── style.css # Styling for the app ├── script.js # Logic to fetch and display weather data ├── .gitignore # Files/folders ignored by Git

🚀 Features

  • 🌍 Search by city name
  • 🌡️ Real-time temperature in Celsius
  • 🌧️ Weather condition (Clear, Clouds, Rain, etc.)
  • 💧 Humidity and wind speed
  • 🎨 Dynamic background and icon updates based on weather
  • ❌ Error handling for invalid city input
  • ⌨️ "Enter" key and button click support for searches

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Font Awesome (Icons)
  • OpenWeatherMap API

Developed by Sahajpreet Kaur Bagga Feel free to connect or contribute!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors