The project contains the following main files:
- index.html: The HTML file for the main structure of the web page.
- styles.css: The CSS file for styling the user interface.
- script.js: The JavaScript file responsible for fetching weather data and handling user interactions.
Additionally, there is a folder named macosx which contains images and data related to the project:
- images: A collection of images used in the project.
- data: Folder containing additional data files (e.g., JSON files).
- User-friendly interface to input location and get weather information.
- Dynamic updating of weather data without requiring a page refresh.
- Responsive design for various screen sizes.
- Open the
index.html
file in a web browser. - Enter the desired location in the provided input field.
- Click on the "Get Weather" button to retrieve real-time weather information.
No external libraries or frameworks are used in this project. It utilizes vanilla JavaScript for API calls and DOM manipulation.
- Weather API - The project uses the Weather API for fetching weather data.