Skip to content

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.

Notifications You must be signed in to change notification settings

shivanjalikarande/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published