This is a simple Weather App built using React.js, HTML, CSS, and JavaScript. It fetches real-time weather data using an API and displays temperature, humidity, wind speed, and forecasts in a user-friendly interface. The app allows users to search for any city and get up-to-date weather information instantly.
- Search for any city worldwide
- Display temperature, humidity, wind speed, and weather condition
- Fetch real-time weather data using the OpenWeather API
- Responsive design for mobile and desktop
- Simple and intuitive UI for a seamless experience
- Clone the repository:
git clone https://github.com/JaganParida/Weather_App.git cd Weather_App - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit:
http://localhost:3000