The Weather App is a simple and efficient application that provides real-time weather updates for any location. It fetches weather data from a reliable API and displays essential information such as temperature, humidity, wind speed, and weather conditions.
- Get real-time weather updates for any city
- Displays temperature, humidity, wind speed, and weather conditions
- Responsive and user-friendly UI
- Search functionality to find weather details for different locations
- Dark and light mode support (if implemented)
- Frontend: HTML, CSS, JavaScript (React/Vue/Vanilla JS)
- API: OpenWeatherMap API / WeatherAPI
- Styling: Tailwind CSS / Bootstrap / Custom CSS
- API key from OpenWeatherMap or another weather API provider
- Clone the repository:
git clone https://github.com/yourusername/weather-app.git cd weather-app - Open the project folder and create a
.envfile to store your API key:REACT_APP_WEATHER_API_KEY=your_api_key_here
- Open
index.htmlin your browser (for Vanilla JS) or run:npm start # if using React or Vue
- Enter a city name in the search bar.
- Click the search button to fetch weather details.
- View temperature, humidity, wind speed, and other weather conditions.
- Implement a 5-day weather forecast feature
- Add geolocation support for automatic location detection
- Improve UI with animations and better styling
- Include unit conversion (Celsius ↔ Fahrenheit)
Contributions are welcome! Feel free to fork the repo, create a feature branch, and submit a pull request.
This project is licensed under the MIT License.
For any queries or suggestions, feel free to reach out:
- GitHub: PRASHANTKUMAR-7
- Email: prashantkumar74806@gmail.com