Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.15 KB

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).

Features

  • 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.

How to Use

  1. Open the index.html file in a web browser.
  2. Enter the desired location in the provided input field.
  3. Click on the "Get Weather" button to retrieve real-time weather information.

Dependencies

No external libraries or frameworks are used in this project. It utilizes vanilla JavaScript for API calls and DOM manipulation.

Credits

  • Weather API - The project uses the Weather API for fetching weather data.