A simple and responsive weather application built with React (Vite) that fetches real-time weather data from an external Weather API.
Enter a city name and instantly see the current temperature, weather condition, humidity, and more — beautifully displayed.
- 🔍 Search weather by city
- 📍 Detects your current location
- 🌡 Displays temperature in °C / °F
- ⏱ Real-time updates
- 📱 Fully responsive design
- Clone the repository
git clone https://github.com/your-username/weather-app.git cd weather-app - Install dependencies
npm install
- Add your API Key
- Create a
.envfile in the root directory - Add your API key:
VITE_WEATHER_API_KEY=your_api_key_here
- Create a
- Run the development server
npm run dev
⭐ If you like this project, give it a star, helps me a lot!
