Welcome to the Weather App repository! This project provides real-time weather updates for different locations using an interactive and user-friendly interface.
The Weather App is designed to help users check weather conditions such as temperature, humidity, and wind speed for any city worldwide. It fetches data from a weather API and presents it in an appealing and accessible format.
⭐ Stars | 🍴 Forks | 🐞 Issues | ✅ Open PRs | ❌ Closed PRs | 📦 Code Size | ⚙️ Repo Size |
- Search for weather by city name
- Displays temperature, humidity, and wind speed
- Fetches real-time weather data from an API
- Responsive and user-friendly design
🛠️ Technologies Used
🔹 HTML5 → Structuring web pages
🔹 CSS3 → Styling and layout
🔹 JavaScript → Fetching API data and interactivity
.
├── index.html # Main HTML file
├── styles.css # Stylesheet for design
├── script.js # JavaScript for API calls
├── README.md # Project documentation
- Clone the repository:
git clone https://github.com/yourusername/Weather-App.git
- Navigate to the project folder:
cd Weather-App
- Open
index.html
in your browser to view the app.
We welcome contributions! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit:
git commit -m "Added a new feature"
- Push to your forked repository:
git push origin feature-name
- Create a pull request.
This project is open-source and available under the MIT License.
Happy coding! 🚀