Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 901 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 901 Bytes

Weather Site

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.

Features

  • Search for weather by city name
  • Display current temperature, humidity, and weather conditions
  • Responsive design for mobile and desktop

Tech Stack

  • HTML5: Structure of the website
  • CSS3: Styling and responsiveness
  • JavaScript: Fetching weather data and handling user interaction

Project Setup

Prerequisites

  • 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

  1. Clone the repository to your local machine:
    git clone https://github.com/your-username/weather-site.git