This Weather App is a simple web application that provides real-time weather updates for any location. It uses the OpenWeatherMap API to fetch weather data and displays essential information such as temperature, humidity, and weather conditions.
- Search for weather conditions by city name
- Display current temperature, humidity, and weather description
- Responsive design for mobile and desktop use
- User-friendly interface with intuitive UI
- HTML – Structure the webpage
- CSS – Styling and layout
- JavaScript – Fetching API data and updating UI
- OpenWeatherMap API – Provides real-time weather information
- Netlify – Hosting the deployed application