This is a simple weather app prototype that allows you to check the current weather conditions for a specific city.
- Search for a city and get the current weather information.
- Display of temperature, city name, humidity, and wind speed.
- Weather icon changes based on the current weather conditions.
- Enter the name of the city in the search input field.
- Click the search button to get the weather information.
- View the current weather details displayed on the card.
- index.html: HTML file containing the structure of the weather app.
- weatherApp.js: JavaScript file with the logic for fetching and displaying weather information.
- weatherApp.css: CSS file with styles for the weather app.
- weather-app-img: Folder containing weather-related images used in the app.
To run the app locally, open the index.html
file in a web browser.
Feel free to contribute to this project by submitting issues or pull requests.