This Weather App is a simple web application built with React.js that provides real-time weather information for any location using the OpenWeather API.
- Check current weather conditions for any location.
- Display temperature, weather conditions, and more.
- User-friendly and responsive design.
- React.js
- OpenWeather API
- Clone the repository.
- Obtain an OpenWeather API key and add it to
src/config.js
. - Install dependencies with
npm install
. - Run the app with
npm start
.