This is a simple weather app project built using HTML, CSS, and JavaScript also fully Responsive. The app allows users to input a city and retrieves real-time weather data, including temperature, humidity, and wind speed, for that city. Additionally, the app displays dynamic city images that change with each search, enhancing the user experience (not all the time although).
The project was developed as a beginner-level JavaScript project and serves as a practical application of basic web development concepts.
- Input field to enter the desired city
- Real-time weather data retrieval using APIs
- Display of temperature, humidity, and wind speed
- Dynamic city images that change with each search
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser. - Enter the name of the city you want to check the weather for in the input field.
- Press the "Search" button to retrieve weather data.
- HTML
- CSS
- JavaScript
- OpenWeather API for weather data retrieval.
- Unsplash API for dynamic city images.