This web application allows users to search for weather information by city name using the OpenWeather API. The app provides current weather details such as temperature, humidity, wind speed, and weather conditions.
- React.js
- Axios
- OpenWeather API
- Clone the repository:
git clone https://github.com/Aniraai/Weather-App.git cd weather-app npm install npm run dev