##Weather Forecast App
This is a simple weather forecast app that provides current weather information based on user location. It is built using HTML, CSS, and JavaScript, and utilizes an API to fetch weather data.
- Automatic location detection to display weather information for the user's current location.
- Display of current weather conditions, including temperature, humidity, wind speed, and weather description.
- Latest weather forecast, showing the weather conditions for the next five days.
- Responsive design, making it accessible on both desktop and mobile devices.
- HTML: Used for structuring the app's content.
- CSS: Used for styling the app's layout and appearance.
- JavaScript: Used for fetching data from the API and dynamically updating the app's content.
- API: Used to retrieve weather data, such as temperature, humidity, and wind speed.