Skip to content

leshamaybe/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-weather-app

A weather application built with React that displays current weather conditions for a selected location.

Features

  • Search for a location by city name
  • Displays current temperature, visibility, wind speed, and more
  • Uses OpenWeatherMap API for weather data

Installation

npm install

Usage

npm run dev

Build for production

npm run build

Builds the app for production to the build folder.