A simple weather application built with JavaScript that fetches real-time weather data from a public API and displays current conditions for a searched city.
This project was created for learning purposes, focusing on:
- Working with APIs
- Asynchronous JavaScript (async/await)
- Error handling
- Basic project structure and GitHub workflow
- Search weather by city name
- Displays:
- Temperature
- Weather condition
- Humidity
- Wind speed
- Handles API and network errors
- Clean and minimal UI
- HTML
- CSS
- JavaScript (ES6+)
- Fetch API
- OpenWeather API
git clone https://github.com/USERNAME/REPO_NAME.git
cd REPO_NAME