WeatherApp is a simple and responsive weather application built with React. It allows users to search for current weather conditions in any city worldwide. The app fetches data from a weather API and displays information such as temperature, humidity, wind speed, and weather descriptions.
- Search for current weather by city name.
- Displays temperature, weather conditions, humidity, and wind speed.
- Supports dynamic background changes based on weather conditions.
- Responsive design for mobile and desktop users.
- Error handling for invalid city names or API errors.
# Clone the repository
git clone https://github.com/your-username/weatherapp.git
cd weatherapp
# Install dependencies
npm install # or yarn install
# Start the project
npm start # or yarn start- React.js
- Weather API
- Enter a city name in the search bar.
- View real-time weather information.
- Experience dynamic background changes based on weather conditions.
- Handle errors gracefully for invalid city names.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature-branch) - Open a Pull Request
This project is licensed under the MIT License.