The Weather App is a simple and user-friendly application that provides real-time weather updates for any location worldwide. Built using HTML, CSS, and JavaScript, this app fetches weather data from a reliable API to deliver accurate weather information and forecasts.
- Real-Time Weather Data: Get current weather conditions including temperature, humidity, wind speed, and more.
- Search by Location: Enter a city name to get weather information.
- User-Friendly Interface: Clean and responsive design that works on all devices.
- Frontend: HTML, CSS, JavaScript
- API: OpenWeatherMap (or specify another API you are using)
To set up the Weather App locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/weather-app.git
- Navigate to the project directory:
cd Weather-App
Enter the name of the city in the search bar and press "Enter".
The app will display current weather conditions and a 7-day forecast for the selected location.
The default page is setup of your local location.