WeatherJS is a simple web application built with JavaScript that allows users to check the current weather conditions of any location worldwide.
- Current Weather: Get the current weather conditions including temperature, humidity, wind speed, and description.
- Search by Location: Search for weather information by entering a city name or ZIP code.
- Responsive Design: The application is designed to work seamlessly on both desktop and mobile devices.
- HTML5: Markup language for structuring the web page.
- CSS3: Styling language to enhance the visual presentation.
- JavaScript: Programming language for adding interactivity and fetching weather data.
- OpenWeatherMap API: Used to retrieve weather data for different locations.
- Clone the repository:
git clone https://github.com/SushrutMishra/Weather-App-Js