Weather_App

The weather web app is an user-friendly, responsive website that utilizes HTML, CSS, and JavaScript to display current weather information for a specified location. The app will utilize an API to fetch weather data and display it on the page.

The user will be able to enter their location and the app will retrieve the current weather conditions, including temperature, sky conditions, and wind speed. The app will also display the current date and day of the week.

The app is built using HTML to structure the page and CSS to style it. JavaScript is used to retrieve and display the weather data using the fetch() method. The API will provide the weather data in a format that can be easily parsed and displayed on the page.

Overall, the weather web app will provide users with a simple and easy-to-use interface for accessing current weather information for their location

https://weather-app-beige-gamma.vercel.app/