This HTML webpage allows users to select a city and view its current weather forecast.
- View current weather information for different cities
- Display weather data in a graphical chart
- Select a city from the dropdown menu
- Click the "Get Weather" button to view the current weather forecast for the selected city
The weather data for this application is provided by the OpenMeteo API.
To develop the project, you will need a code editor or IDE. We recommend using Visual Studio Code.
To set up the project:
- Install Visual Studio Code.
- Clone the project repository to your local machine.
- Open the project folder in Visual Studio Code.
To run the project:
- Open the
index.html
file in a web browser. - Select a city from the dropdown menu and click the "Get Weather" button to view the current weather forecast for the selected city.
To modify the project:
- Make changes to the HTML and JavaScript code in the
index.html
file. - Save your changes and refresh the webpage in the browser to view the updates.