This is a simple weather checking web project built using HTML, CSS, and JavaScript. It allows the user to input a city name and displays the current weather information, such as temperature, humidity, and wind speed. The project demonstrates basic user input handling, dynamic content updates, and visual styling.
- User Input: The project allows users to input a city name.
- Dynamic Weather Display: Based on the city input, the weather information (temperature, humidity, wind speed) is displayed dynamically.
- Styling: The project includes modern CSS styles for a responsive and clean user interface.
- Loader Screen: Displays an animated loading screen while fetching weather data.
- Error Handling: Displays an error section if the city name is invalid or if there is an issue with fetching the weather data.
- HTML: For structuring the content of the webpage.
- CSS: For styling the elements and creating a modern look and feel.
- JavaScript: For handling user input and dynamically updating the weather information based on API responses.