Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 299 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 299 Bytes

Weather App

React project that uses the Weather api to show and filter weather screen.

Production Link

Usage

# Install dependencies
npm install
# Run app
npm start
# Build app
npm run build