A user-friendly weather application built with React that allows you to effortlessly search for weather conditions in any city around the globe. Leverage the power of weatherapi.com to retrieve accurate and up-to-date weather information.
- City Search: Enter a city name, and the app dynamically fetches weather data, providing a comprehensive report.
- Weather Report: View current weather conditions, including temperature, precipitation, wind, humidity, and potentially other relevant details offered by the API.
- Weather Icons: Weather based icons and background images.
- Clone the repository:
git clone https://github.com/<your-username>/react-weather-app.git
- Install dependencies:
npm install
(oryarn install
) - Start the development server:
npm start
(oryarn start
)