Skip to content

JHCodeQuest/weather-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A simple weather app that provides real-time weather data based on the user's location. The app allows users to click a button to receive random sample weather data and displays weather icons and backgrounds based on the current weather state.

Features

  • Displays weather information such as temperature, humidity, and weather conditions.
  • Dynamic background and icons based on weather conditions (e.g., sunny, rainy, cloudy).
  • Supports multiple locations (using latitude and longitude).
  • Provides a visually appealing interface with responsive design.

Demo

![Weather App Screenshot] image

Installation

Prerequisites

  • Git
  • Node.js (for backend or development server)

Steps

  1. Clone the repository:

    git clone https://github.com/your-username/weather-app.git
  2. Navigate to the project directory:

    cd weather-app
  3. Install the necessary dependencies (if applicable):

    npm install
  4. Open index.html in your browser to run the app locally.

Usage

  1. Open the app in a browser.
  2. Click the "Get Weather" button to see random sample weather data.
  3. The background and icons will change based on the weather conditions.

Contributing

We welcome contributions! Please fork the repository and submit a pull request with improvements or bug fixes. Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

Code of Conduct

Please note that this project adheres to a Code of Conduct to maintain a welcoming and respectful environment for all contributors.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments


Feel free to open an issue or contact me if you have any questions! Also feel free to build upon this!

About

Basic weather application that shows weather on button press. Uses sample data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published