Skip to content

Latest commit

Β 

History

History
22 lines (16 loc) Β· 593 Bytes

File metadata and controls

22 lines (16 loc) Β· 593 Bytes

☁️ Weather App

Weather App Preview

Description

A simple app that fetches and displays weather information based on user location or search.

Features

  • Search weather by city name
  • Shows temperature, humidity, wind speed, and weather conditions
  • Fetches data from a weather API (e.g., OpenWeatherMap)
  • Responsive and clean UI

Concepts Practiced

  • API fetching with async/await
  • Handling JSON data
  • DOM manipulation
  • Error handling and user feedback

Bonus Challenge

Add weather icons and background changes based on weather conditions.