π¦οΈ Weather App
A sleek and simple weather application built with React, Vite, and ailwind CSS, fetching real-time weather data from the OpenWeatherMap API.
π Features
- π Search for current weather by city name
- π Display temperature, humidity, wind speed, and conditions
- π Fetches live weather data using OpenWeatherMap
- π Responsive and clean UI using Tailwind CSS
- β‘ Fast bundling and hot reload via Vite
π§ Tech Stack
βοΈ Installation bash Copy Edit
git clone https://github.com/your-username/weather-app.git cd weather-app
npm install
npm run dev π οΈ Usage Open the app in your browser at http://localhost:5173.
Enter a city name in the search bar.
View the current weather data.
ποΈ Folder Structure css Copy Edit src/ βββ components/ β βββ WeatherCard.jsx βββ App.jsx βββ main.jsx βββ styles/ βββ index.css
Made with β€οΈ by Saksham Porwal