Welcome to the Weather App project! This simple web application allows users to check real-time weather information for any city around the world. The project is built using HTML, CSS, and JavaScript, and it utilizes a free weather API to fetch accurate and up-to-date weather data.
Real-Time Weather Information: Get instant access to current temperature, humidity, wind speed, and cloudiness for any city of your choice.
Local City Temperature: The app automatically fetches the weather information for your local city, providing you with quick and convenient access to the latest weather conditions.
User-Friendly Interface: The application boasts an intuitive and visually appealing interface, making it easy for users to navigate and obtain the weather details they need.
HTML: The backbone of the project, providing structure to the web pages.
CSS: Styling elements to enhance the visual appeal and user experience.
JavaScript: Dynamically updating the content and handling asynchronous requests to the weather API.
Search for a City: Enter the name of the city you want to check the weather for in the search bar.
View Weather Information: Instantly view real-time weather details for the selected city, including temperature, humidity, wind speed, and cloudiness.
Local City Weather: If you don't specify a city, the app will automatically display the weather information for your local city.
Setup Clone the Repository:
bash Copy code git clone https://github.com/manthanmk66/Weather-App-Miniproject .git Open the Project: Open the HTML file in your preferred web browser.
Acknowledgments Weather API: The project utilizes a free weather API to fetch accurate and real-time weather data.