Skip to content

This is a basic weather forecast application built using HTML, CSS, and JavaScript, it allows user to:

Notifications You must be signed in to change notification settings

Amrit-op/Weather-forecast-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather-forecast-app

This is a basic weather forecast application built using HTML, CSS, and JavaScript. It allows users to:

  • Enter a city name or ZIP code: The app will fetch weather data for the specified location.
  • View current weather conditions: Display key information like temperature, humidity, wind speed, and weather description.
  • Get a forecast: Show a forecast for the next few days, including predicted temperature, weather conditions, and potentially other relevant data.

Key Features:

  • User-friendly interface: Clean and intuitive design for easy navigation.
  • Real-time data: Fetches up-to-date weather information from a reliable API (e.g., OpenWeatherMap).
  • Responsive design: Adapts seamlessly to various screen sizes (desktops, tablets, and mobile devices).
  • Offline functionality (optional): Store recent weather data locally for offline access.

Technologies Used:

  • HTML: For structuring the web page.
  • CSS: For styling the user interface.
  • JavaScript: For handling user input, fetching data from the API, and dynamically updating the UI.

Getting Started:

  • Clone the repository: git clone <repository_url>
  • Open in a code editor: Edit and customize the app as needed.
  • Run locally: Open the index.html file in a web browser.

About

This is a basic weather forecast application built using HTML, CSS, and JavaScript, it allows user to:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published