A simple weather application built with HTML, CSS, and JavaScript, providing real-time weather updates for cities around the world.
Welcome to the Weather App! This application allows you to easily check the current weather conditions and forecasts for any city. With its user-friendly interface and real-time data, staying updated on the weather has never been easier. Explore your surroundings and plan your day with accurate weather information at your fingertips!
This is a personal project by SK Akram, and external contributions are not accepted at this time. For any feedback or inquiries, feel free to reach out via the contact details provided below.
- Responsive Design: Adapted for both mobile and desktop views.
- Location-Based Weather: Users can search for weather updates based on their chosen city.
- Real-Time Data: Displays current weather conditions and a 5-day forecast.
- Weather Icons: Shows appropriate icons for weather conditions like sunny, rainy, cloudy, etc.
- HTML: Structure of the web application.
- CSS: Styling and responsive design.
- JavaScript: Fetching and displaying real-time weather data from an API.
- Search: Enter the name of a city in the search bar.
- Current Weather: Displays real-time temperature, humidity, wind speed, and weather conditions.
- Forecast: Shows a 5-day weather forecast with daily highs and lows.
- API: Data is fetched from the OpenWeatherMap API.
- API Documentation: OpenWeatherMap API
- Search Input: Users can enter a city name and retrieve the latest weather information.
- Local Storage: The app can store the last searched city for quick access on future visits.
- Name: SK Akram
- Email: [email protected]
- Social Media:
To run the project locally:.
# Step 1: Clone the repository
git clone <repository-url>
# Step 2: Navigate into the project folder
cd <repository-folder>
# Step 3: Open the index.html file in your browser