Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.29 KB

README.md

File metadata and controls

61 lines (44 loc) · 2.29 KB

Weather App

Introduction

The Weather App is a responsive web application designed to provide real-time weather updates for any location. Built using HTML, CSS, and JavaScript, it features an interactive interface that displays weather details such as temperature, weather conditions, humidity, and wind speed.

Features

Search by Location: Enter a location to retrieve current weather details instantly.
Real-Time Weather Data: Fetch live weather information including temperature, weather condition, humidity, and wind speed.
Dynamic Icons: Visual representation of weather conditions with engaging icons.
Responsive Design: Fully optimized for various devices and screen sizes.

screenshot

image (1)

Technologies Used

Frontend: HTML, CSS, JavaScript API Integration: OpenWeatherMap API for fetching real-time weather data Styling: Custom CSS for clean and modern design

Getting Started

Follow these steps to set up the project on your local machine.

Prerequisites

Web Browser: Any modern browser like Chrome, Firefox, or Edge.
Code Editor (optional): VS Code or any preferred editor.

Installation

  1. Clone the repository: git clone https://github.com/rkrustom/weather-app.git

  2. Navigate to the project folder: cd weather-app

  3. Open the project in your preferred editor or directly open the index.html file in a web browser.

Running the Project

Launch the application by opening index.html in a web browser.
Enter a location in the search bar to view the current weather details.

Usage

  1. Type the name of a location into the input box.
  2. Click the Search icon to fetch the current weather data.
  3. View detailed weather information including:
    Temperature
    Weather condition
    Humidity
    Wind speed

Testing

Manually test the app by entering various locations and verifying the weather data displayed matches the live data from the OpenWeatherMap API.

Authors

Rajeev Kumar - Initial work - https://github.com/rkrustom

Acknowledgments

Thanks to the creators of the OpenWeatherMap API for providing real-time weather data.
Inspiration from modern weather applications.