This is a simple weather website that fetches weather data from the OpenWeatherMap API and displays it on a webpage. Users can search for weather information in different cities and view details such as temperature, humidity, and wind speed.
- Search for weather data in different cities.
- Display current weather conditions including temperature, humidity, and wind speed.
- Dynamic background image based on the searched city.
- HTML5, CSS3
- JavaScript (ES6+)
- Fetch API to retrieve data from OpenWeatherMap API
- Clone the repository:
git clone https://github.com/Piyush6603/weather-website.git
cd weather-website