A simple and responsive weather application that provides real-time weather updates and forecasts for any city worldwide. Users can search for a city and get accurate weather information, including temperature, humidity, wind speed, and more.
https://rahul-prasad04.github.io/Check-the-weather/
- Real-Time Weather Data: Fetches current weather information using the OpenWeatherMap API.
- City Suggestions: Provides city name suggestions while typing, making it easier to find the desired location.
- Dark and Light Mode: Users can switch between dark and light modes for better visibility.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- Great UI: Styled using modern CSS techniques, including glassmorphism effects.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
-
Clone the repository:
git clone https://github.com/yourusername/Check-the-weather.git
-
Navigate to the project directory:
cd Check-the-weather
-
Open index.html in your browser.
Usage 1.Enter a city name in the search box. 2.Click the "Search" button or select a city from the suggestions. 3.View the weather information displayed on the screen. 4.Use the toggle switch to switch between dark and light modes.
Contributing : Contributions are welcome! Please feel free to submit a pull request or open an issue.
Acknowledgements OpenWeatherMap for the weather data API. Icons used in the project are sourced from Font Awesome.
- Replace
yourusername
in the clone URL with your actual GitHub username.