Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.01 KB

WeatherApp

A simple React-based weather app that allows users to get current weather information for a specific location.

Table of Contents

Introduction

WeatherApp is a React application that leverages the OpenWeatherMap API to provide real-time weather information. Users can enter a location, and the app displays current weather details including temperature, description, feels-like temperature, humidity, and wind speed.

Features

  • Search for weather information by location
  • Display current temperature in Fahrenheit
  • Show additional details like feels-like temperature, humidity, and wind speed
  • Error handling for invalid searches
  • Loading spinner for a better user experience

Installation

To run WeatherApp locally, follow these steps:

# Clone the repository
git clone https://github.com/Dixittushar/WeatherApp.git

# Navigate to the project directory
cd WeatherApp

# Install dependencies
npm install