This project is a simple web application that allows users to check the current weather and hourly forecast for any city around the world. Built using HTML, CSS, and JavaScript, the Weather App utilizes the OpenWeatherMap API to fetch real-time weather data.
Current Weather: Users can enter the name of a city and click "Search" to view the current weather conditions, including temperature, description, and an icon representing the weather. Hourly Forecast: The app also provides an hourly forecast for the next 24 hours, displaying the temperature and weather icon for each hour. Responsive Design: Designed with a responsive layout, the app works seamlessly across various devices, ensuring a consistent user experience.
HTML CSS JavaScript OpenWeatherMap API
Clone the repository to your local machine. Open index.html in your web browser. Enter the name of a city in the input field and click "Search" to view the current weather and hourly forecast.
Weather icons provided by OpenWeatherMap API. Inspired by online weather applications and tutorials. Feel free to contribute to this project by submitting bug fixes, feature enhancements, or suggestions for improvement. Happy coding!