A weather app built using React and Vite that provides current weather information for any location. This app uses the OpenWeatherMap API to fetch and display weather data, including temperature, humidity, wind speed, and weather conditions.
-Search for current weather by city name -Display temperature, humidity, wind speed, and weather conditions -Responsive design for mobile and desktop views
-Clone the repository: git clone https://github.com/sakshi-patil-1111/weather_app.git
-Navigate to the project directory: cd weather_app
-Install dependencies: npm install
-Run the development server: npm run dev
Open your browser and go to http://localhost:3000. Enter a city name in the search bar and click the search button. View the current weather information for the specified city.
-React -Vite -JavaScript -HTML -CSS -OpenWeatherMap API
This project is licensed under the MIT License. See the LICENSE file for details.
OpenWeatherMap for providing the weather data API.