This is a weather application that allows users to search for weather data for different cities. Users can enter a city name in the search box and get the current weather information.
- Search for weather data for cities.
- Display current weather information, including temperature, humidity, wind speed, and description.
- Display the forecast for the next 5 days.
- HTML
- CSS
- JavaScript
- Axios library for making HTTP requests
- SheCodes Weather API for fetching weather data
- Enter a city name in the search box.
- Press Enter or click the search button.
- The current weather information for the entered city will be displayed.
- Scroll down to view the forecast for the next 5 days.