A weather application that allows you to check the current weather conditions for a city. You can enter the name of a city, and the app will provide you with real-time weather information.
- Current temperature in Celsius
- Weather description (e.g., "Cloudy," "Sunny")
- "Feels Like" temperature
- Humidity percentage
- Wind speed in meters per second
- Dynamic weather icon based on current conditions
- React: Front-end framework
- Axios: HTTP client for making API requests
- CSS: Styling and animations
- OpenWeatherMap API: Provides real-time weather data