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.
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.
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.
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).
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.
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
This project is licensed under the MIT License. See the LICENSE file for more information.