Skip to content

Files

Latest commit

 

History

History
23 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 466 Bytes

Hero-Weather

React weather app with the AccuWeather API. Features: Current weather of current location, search cities with auto complete and display their weather, local storage favorites.

Website

https://obrm-hero-weather.netlify.app

Usage

npm install

Intalls dependencies.

npm run start

Runs the app on the local server.
Opens http://localhost:3000

npm run build

Builds the app for production to the build folder.