Project Title: Weather App
Link : https://parasy1724.pythonanywhere.com/
Project Description: This project is a weather website that leverages the OpenWeather API to provide users with real-time weather information. It allows users to check the current weather conditions, forecasts, and other weather-related data for locations around the world.
Getting Started: To use this weather website, you can follow these simple steps:
-Run the project by using the command
python manage.py runserver
-Open the URL, Enter the name of the city or location you want to check the weather for.
-Click the "Get Weather" button.
-View the current weather conditions and the 5-day weather forecast.
Technologies Used:
-HTML: The structure of the website.
-CSS: Styling and layout.
-DJANGO: For interactive features and making API requests.
-OpenWeather API: To fetch weather data. (https://openweathermap.org/api)