Welcome to the Weather App 🌍! This is a simple and responsive weather forecasting app built with React and powered by OpenWeatherMap API. It allows users to search for real-time weather data by city name 🌇.
🔗 Live Demo: Click Here to Visit the App
- 🔍 Search weather by city name
- 🌡️ Real-time temperature, weather condition & location
- 📅 5-day forecast support
- 📱 Fully responsive design
- 🌐 Fetch data using OpenWeatherMap API
Frontend | APIs Used | Tools |
---|---|---|
React (Vite) | OpenWeatherMap API | GitHub Pages |
JavaScript | ||
CSS |
Follow these steps to run the project locally:
git clone https://github.com/abdulhannan-o1/weather-app.git
cd weather-app
npm install
VITE_API_KEY=your_api_key_here
npm run dev
npm run build
✨ Contributing Feel free to fork the project and submit pull requests. All contributions are welcome! 🤝