A simple weather application that allows users to search for current weather conditions and forecasts. Users can also get weather information based on their current location and view recently searched cities in a dropdown menu.
Open the Application
index.html
in your preferred web browser.Search for Weather Data
Use Current Location
View Recent Searches
index.html
: Contains the structure of the web page, including input fields, buttons, and containers for displaying weather data.styles.css
: Contains styles for the application.script.js
: Contains JavaScript code for fetching weather data, updating the UI, handling errors, and managing recent searches.For any questions or feedback, please reach out to [email protected].