The Weather App allows users to check the weather conditions of a specific city. It utilizes the WeatherAPI to fetch real-time weather data and displays relevant information such as temperature, wind speed, humidity, and more.
-
Search by City: Users can enter the name of a city to retrieve the current weather conditions.
-
Detailed Weather Information: The app provides detailed weather information, including city name, state, country, local time, time zone, condition, temperature, wind speed, humidity, sunrise, and sunset.
- React: A JavaScript library for building user interfaces.
- WeatherAPI: The app uses the WeatherAPI to fetch weather data.
The REACT_APP_WEATHER_API_KEY environment variable should be set to your WeatherAPI key. You can obtain an API key by signing up at WeatherAPI.
- src: Contains the source code.
- components: React components used in the app.
- images: Images used in the app.
- style.css: Global styles for the app.
- Weather.jsx: Main Weather component.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Made with ❤️ by Kanti "# Weather-App"