This is a simple yet functional Weather App built using HTML, CSS, and JavaScript. The app allows users to view the current weather for any location by entering the name of a city. It fetches real-time weather data using an API and displays it in an easy-to-understand interface.
- Real-Time Weather Data: Get live weather updates like temperature, humidity, wind speed, and more.
- Responsive Design: The app is fully responsive, meaning it works seamlessly across a variety of devices, from desktops to mobile phones, thanks to the use of CSS media queries.
- Clean and User-Friendly UI: Designed with simplicity in mind, the app provides a smooth experience with a modern user interface.
- Search Functionality: Users can easily search for weather information by entering the name of a city.
- HTML: Structure of the web page.
- CSS: Styling of the app, including media queries for responsiveness.
- JavaScript: Fetching weather data using an API and updating the UI accordingly.