This is a simple weather web application that provides real-time weather information for locations worldwide. https://aditya9985.github.io/weather-app01/
This web app retrieves weather data using a public weather API and displays it in a user-friendly interface. It allows users to search for weather information by location and provides details like temperature, humidity, wind speed, and more.
- Search by Location: Users can enter a city or a specific location to get current weather data.
- Detailed Weather Information: Provides comprehensive weather details such as temperature, humidity, wind speed, and weather conditions.
- Responsive Design: The application is designed to be accessible and usable on various devices, including desktops, tablets, and mobile phones.
-
Clone the repository:
-
Navigate to the project directory:
-
Open the
index.html
file in a web browser.
- Open the web app in your browser.
- Enter the name of the location you want to check the weather for in the search bar.
- Press Enter or click the search button.
- View the current weather information displayed on the screen.
- HTML5
- CSS3
- JavaScript
- [Weather API]: Used to fetch weather data.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -m 'Add feature/improvement'
). - Push to the branch (
git push origin feature/improvement
). - Create a pull request.