A simple and responsive weather app built using React and Vite. It fetches real-time weather data using an API and displays the current weather conditions for any searched city.
- Displays the current temperature, weather conditions, humidity, and wind speed.
- Allows users to search for any city in the world.
- Dynamically updates the weather based on the search input.
- Responsive design that works on mobile, tablet, and desktop.
- React: Front-end library for building user interfaces.
- Vite: Fast build tool and development server.
- JavaScript: Core programming language.
- CSS: For styling the app.
- OpenWeatherMap API: API to fetch real-time weather data.
Make sure you have Node.js and npm installed on your machine. You can download Node.js from here.
- Clone the repository:
git clone https://github.com/your-username/react-weather-app.git


