Javascript
This is a web-based weather application that allows users to check the current weather conditions in various cities.
Search for current weather by city nameDisplays temperature, humidity, wind speed, and weather conditions with appropriate icons
Responsive design
index.html: The main HTML file containing the structure of the web app.
style.css: The CSS file for styling the web app.
script.js: The JavaScript file that contains the functionality for fetching and displaying weather data.
Enter the name of a city in the search box.
Click the search button.
The app will display the current temperature, humidity, wind speed, and weather condition for the entered city.