WeatherAnsari is a responsive web application that allows users to search for weather information of different cities. It provides real-time weather data, including temperature, weather conditions, wind speed, humidity, and sunrise time. The app features a clean and intuitive interface, making it easy for users to quickly find the weather details they need.
Key Features:
- Search weather by city: Enter the name of a city to fetch its current weather data.
- Time display: The app shows the local time of the searched city, helping users stay informed.
- Weather conditions: Get detailed information about the weather conditions, including a weather icon representation.
- Wind speed: View the current wind speed in kilometers per hour.
- Humidity: Check the humidity level in percentage.
- Sunrise time: Get the time of sunrise in the searched city.
This weather app is built using React and utilizes the OpenWeather API to fetch the weather data. It follows modern development practices and implements responsive design, ensuring a seamless experience across different devices.
You can access the live demo of WeatherAnsari at weatheransari.netlify.app. Feel free to explore the codebase, contribute enhancements, or use it as a reference for your own weather application.