This project is a weather forecast application that allows users to search for current weather information by city name. It fetches data from the OpenWeatherMap API and displays temperature, weather conditions, humidity, and wind speed.
(https://vctorpego.github.io/weather-forecast/)
- Responsive design with a clean and modern user interface.
- Real-time weather data fetched from the OpenWeatherMap API.
- Displays temperature, weather conditions, humidity, and wind speed for the searched city.
- Provides visual feedback when the city is not found or when the input field is empty.
- Open
index.html
in your web browser. - Enter the name of a city in the search input and click the search button.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API