Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.23 KB

Weather App 🌦️

Description

This React application provides real-time weather updates for different locations using weather APIs. Users can search for any city or location worldwide to view current weather conditions, including temperature, humidity, wind speed, and more.

Features

  • 🌍 Search weather by city or location
  • 🌡️ View real-time temperature, humidity, and wind speed
  • 🕒 Displays the current date and time of the searched location
  • 📊 Interactive and user-friendly interface

Technologies Used

  • React: Front-end library for building the user interface
  • Weather API: Fetches real-time weather data for various locations
  • CSS: For styling the application to ensure a responsive design

Getting Started

Prerequisites

  • Node.js and npm (Node Package Manager) installed on your system

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/weather-app.git
    cd weather-app
  2. Install the dependencies

    npm install
  3. Create an .env file in the root directory and add your weather API key

    REACT_APP_WEATHER_API_KEY=your_api_key_here
  4. Start the application

    npm start