The Weather App allows users to enter a location and retrieve the current weather conditions for that location. It displays the temperature (in Celsius), weather description, and an icon representing the current weather condition.
- User Input: Enter the name of a city or location to check the weather.
- Display Weather Data: Current weather conditions for the entered location.
- Error Handling: Appropriate error messages for invalid locations or API request issues.
- Responsive Design: The app is visually appealing and user-friendly on various screen sizes.
- Open
index.html
in a web browser. - Enter the city name in the input field.
- Click the "Submit" button to retrieve and display the weather data.
index.html
: Basic HTML structure.styles.css
: CSS styling for the app.script.js
: JavaScript functionality for fetching and displaying weather data.
- OpenWeatherMap API (https://openweathermap.org/)