🌤️ Weather App (React)
A simple weather application built with React that allows users to check current weather conditions for any city.
🚀 Features
Search weather by city name
Displays temperature, weather condition, and location
Responsive and user-friendly UI
Uses a public weather API (e.g., OpenWeatherMap)
🛠️ Tech Stack
React (Functional Components & Hooks)
JavaScript (ES6+)
CSS
Weather API
📦 Installation
git clone
cd weather-app
npm install
npm start