A simple and elegant weather app app built with HTML, CSS, and JavaScript.
This app allows users to check the weather by city name, displaying essential weather details such as temperature, humidity, wind speed, and current weather conditions (e.g., sunny, cloudy).
➣ City-Based Weather Tracking: Users can enter a city name to get current weather data.
➣ Real-Time Weather Information:
- Temperature: Shows the current temperature in Celsius or Fahrenheit.
- Humidity: Displays the percentage of humidity in the air.
- Wind Speed: Provides the current wind speed in km/h or mph.
- Weather Condition: Describes if it’s sunny, cloudy, rainy, etc.
➣ Dynamic Icons and Backgrounds: The app changes its background and icons based on the weather condition for a more immersive experience.
Technology | Purpose |
---|---|
HTML | Structure of the app |
CSS | Styling and layout |
JavaScript | Functionality and API calls |