A dynamic Weather Application built using React that fetches real-time weather data using the OpenWeatherMap API.
https://weather-app-react-virid-three.vercel.app/
- Search weather by city name
- Displays temperature, humidity, and wind speed
- Real-time data using API integration
- Error handling for invalid city names
- Loading state during API calls
- Clean and responsive UI
- React (Vite)
- JavaScript (ES6+)
- HTML5 & CSS3
- OpenWeatherMap API
src/ ├── components/ │ ├── GetWeather.js │ ├── App.jsx ├── main.jsx
- API integration in React
- Asynchronous JavaScript (fetch, async/await)
- State management with hooks
- Error handling and loading states
- Component-based architecture
- Fetching and handling real-time API data
- Managing application state effectively
- Improving user experience with loading and error states
- Structuring React applications properly
git clone https://github.com/Sarthak050205/weather-app-react.git
cd weather-app-react
npm install
npm run dev