Skip to content

React weather app with the AccuWeather API, Redux-Saga and Styled Components.

Notifications You must be signed in to change notification settings

obrm/hero-weather-redux-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:3000

npm run build

Builds the app for production to the build folder.