A responsive Weather Application built using HTML, CSS, and JavaScript that fetches real-time weather data using the OpenWeather API.
- Search weather by city name
- Displays:
- Temperature (ยฐC)
- Weather description
- Humidity
- Wind speed
- Dynamic weather icons based on conditions
- Error handling for invalid city names
- Clean and responsive UI
- HTML5
- CSS3
- JavaScript (ES6+)
- OpenWeather API
When the user opens the website, they can search for a city.
After searching a city, weather information is displayed dynamically.
- User enters a city name
- JavaScript sends a request to the OpenWeather API
- API returns weather data
- Data is processed and displayed dynamically on the UI
- Working with REST APIs
- Using
async/awaitfor asynchronous operations - Handling API errors gracefully
- DOM manipulation
- Conditional rendering based on API response
- Live Demo: https://4pruthvi.github.io/Weather-App-JS/
Pruthvi Sawant
- GitHub: https://github.com/4pruthvi
- LinkedIn: https://linkedin.com/in/4pruthvi
โญ If you found this project useful, feel free to star the repository!

