This is a simple weather web app built using HTML, CSS, and JavaScript. The app uses the AccuWeather API to provide current weather conditions based on the city name entered by the user. It displays the weather status (e.g., cloudy, sunny) along with the current temperature in Celsius.
- Search weather conditions for any city by name.
- Displays the current weather status (e.g., sunny, cloudy, etc.).
- Shows the current temperature in Celsius.
- Clean and responsive user interface.
You can check out a live demo of the app here: CityForecast
- HTML: For structuring the web page.
- CSS: For styling the app.
- JavaScript: For making API requests and handling UI interactions.
- AccuWeather API: Used to fetch real-time weather data.
Once you have your API key, open the forecast.js file in the project.
Replace the API key in the forecast.js file with your actual AccuWeather API key.
const key = 'YOUR_API_KEY_HERE';
If you have any questions, feel free to reach out:
Email: pborade90@gmail.com