A simple, responsive weather application built using React and WeatherAPI. Users can select a city from a list to get real-time weather information, including temperature, humidity, wind speed, and weather conditions.
- Select a city to get the current weather.
- Displays temperature, humidity, wind speed, and an icon representing the weather.
- Modern, responsive UI with smooth hover effects.
- Error handling for incorrect city selections.
- React: JavaScript library for building the user interface.
- Axios: For fetching data from WeatherAPI.
- React Router: For navigation between pages.
- CSS: For styling the app.
To run this project locally:
- Clone the repository:
git clone https://github.com/1oridevs/Weather-App.git cd weather-app
