Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 439 Bytes

File metadata and controls

17 lines (13 loc) · 439 Bytes

Weather App

A dynamic React & JavaScript app that fetches real-time weather data for cities worldwide.

Features

  • Search for cities and view temperature, humidity, and weather conditions.
  • Responsive and interactive user interface.

Tech Stack

  • React, JavaScript, Vite, CSS, OpenWeatherMap API

Run Locally

git clone https://github.com/andromeda240/Weather-App.git
cd Weather-App
npm install
npm run dev