This is a simple weather app that shows the current weather conditions for a specified location. The app uses the AccuWeather API to fetch the weather data and display it to the user.
To use this app, simply clone the repository and open the index.html file in your browser. You will need an API key from AccuWeather to use the app. Once you have the API key, add it to the forecast.js file where indicated.
The app allows the user to enter a location and displays the current weather conditions for that location. The app uses the AccuWeather API to fetch the weather data, and then displays it in a card with an icon representing the current weather condition.
index.html: the main HTML file for the app. style.css: the CSS file for the app. forecast.js: the JavaScript file that handles the API requests. app.js: the JavaScript file that handles updating the UI based on the API data.