A simple static weather site that allows users to check current weather conditions for any location. The website fetches weather data from an external weather API and displays the temperature, humidity, weather conditions, and more.
- Search for weather by city name
- Display current temperature, humidity, and weather conditions
- Responsive design for mobile and desktop
- HTML5: Structure of the website
- CSS3: Styling and responsiveness
- JavaScript: Fetching weather data and handling user interaction
- A modern web browser (Chrome, Firefox, Safari, etc.)
- Internet connection to fetch live weather data
- A code editor (e.g., Visual Studio Code)
- Clone the repository to your local machine:
git clone https://github.com/your-username/weather-site.git