A simple weather application built with React that fetches and displays weather information for a specified city using the OpenWeatherMap API.
- Fetches weather data for a specified city.
- Displays the weather description in a separate section of the webpage.
- A default city can be added for initial load.
- Provides error handling for invalid responses or network issues.
- Clone the repository:
git clone https://github.com/yourusername/weatherapp_2.git
cd weather weatherapp_2