This project is a simple weather application that allows users to check the current weather information for their location or search for weather details in a specific city. It features a clean and responsive user interface.
The Weather App provides users with two main functionalities:
-
Your Weather: Displays the current weather information based on the user's geolocation. Users are prompted to grant location access to obtain accurate weather details.
-
Search Weather: Allows users to manually search for weather information in a specific city. Users can input the city name, and the application fetches the weather data using the OpenWeatherMap API.
The application features a tab system for easy navigation between the two functionalities and provides a visually appealing representation of weather details, including temperature, wind speed, humidity, and cloudiness.
Explore the live demo of the Weather App here.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API