Skip to content

Weather App is a simple and interactive web application that provides real-time weather information. Built with HTML, CSS, and JavaScript, it fetches data from a weather API to display current weather conditions, forecasts, and other relevant details for any location. A great project for learning how to integrate APIs and create dynamic, data-drive

Notifications You must be signed in to change notification settings

KingTroy125/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Welcome to the Weather App! This project is a simple yet functional weather forecasting application that allows users to get real-time weather information for any location. It's designed with a clean interface and provides accurate data on temperature, humidity, wind speed, and more.

Table of Contents

Demo Features Installation Technologies Used Contributing License Demo View the live demo of the Weather App here. You can enter any city to receive current weather data and forecast details.

Features

Real-Time Weather Data: Get up-to-date weather information including temperature, humidity, wind speed, and weather conditions. Search by Location: Enter any city or location to retrieve its weather forecast. Dynamic Backgrounds: The app background changes based on the current weather conditions. Mobile Friendly: Responsive design ensures smooth functionality on both desktop and mobile devices. Clean and Simple UI: User-friendly interface for a seamless experience.

Installation

To set up the project locally, follow these steps:

Clone the repository:

bash git clone https://github.com/KingTroy125/weather-app.git Navigate into the project directory:

bash cd weather-app Open the project in your browser: Simply open index.html to start using the app.

Optional - Install dependencies (if applicable):

bash npm install npm run start

Optional - Run with a local server: You can use a local server for development (e.g., with Live Server in VSCode).

Technologies Used

HTML5 CSS3 JavaScript Weather API (e.g., OpenWeatherMap or any other API used for fetching weather data) Responsive Design to ensure the app works across all devices. Contributing Contributions are welcome! If you want to add new features or improve the app, feel free to submit a pull request.

Fork the repository

Create a new branch (git checkout -b feature/NewFeature) Commit your changes (git commit -m 'Add NewFeature') Push to the branch (git push origin feature/NewFeature) Open a Pull Request

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Weather App is a simple and interactive web application that provides real-time weather information. Built with HTML, CSS, and JavaScript, it fetches data from a weather API to display current weather conditions, forecasts, and other relevant details for any location. A great project for learning how to integrate APIs and create dynamic, data-drive

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published