A simple and elegant Weather App built with React.js and the OpenWeather API.
This app allows users to search for any city and instantly view real-time weather details such as temperature, conditions, and humidity.
- Search weather by city name
- Displays temperature, weather condition, humidity, and wind speed
- Fetches real-time weather data from OpenWeather API
- Clean and modern UI with smooth updates
- Error handling for invalid city names
- API integration and data fetching in React
- State management using React Hooks
- Conditional rendering based on API response
- UI design and data presentation
- Handling asynchronous operations and errors
- React.js
- OpenWeather API
- CSS3
- JavaScript (ES6)
This project was created to practice API integration and React-based dynamic UI updates.
It demonstrates how to fetch and display external data in a clean, user-friendly way.
This project is open-source and available under the MIT License.