WeatherApp is a user-friendly application designed to provide real-time weather updates for locations worldwide.
- Real-Time Weather Updates: Get up-to-date weather information for any location.
- Current Conditions: Temperature, humidity and wind speed.
- Location Search: Search for weather updates by city, state(US) or country.
- Clone the repository:
git clone https:https://github.com/Flash500x/weather_app.git cd weatherapp - Set up API keys:
- Sign up for a free API key from a weather service provider (e.g., OpenWeatherMap, WeatherAPI).
- Create a
.envfile in the root directory of your project and add your API key:REACT_APP_WEATHER_API_KEY=your_api_key_here
- Home Screen: Displays the current weather conditions and forecast for your default location.
- Search: Use the search bar to find weather information for a different location.