Skip to content

A React web app to get a five-day forecast in your favorite cities.

Notifications You must be signed in to change notification settings

debiasej/react-redux-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

This app gets up-to-date and accurate weather forecast information available for the next five days.

This app has been developed to practice my skills with React, Redux and network requests. This project shows you how to:

  • use axios to make aysncronous network calls.
  • parse JSON data and generate model object from the data.
  • use redux-promise middleware for handling promises.
  • use the OpenWeatherMap API to get weather forecast for 5 days.

###Getting Started###

Checkout this repo, install dependencies, then start webpack server with the following:

	> git clone https://github.com/debiasej/react-redux-weather-app.git
	> cd react-redux-weather-app
	> npm install
	> npm dev

This is an example created in the Stephen Grider's course: Modern React with Redux that have been modified by me.

About

A React web app to get a five-day forecast in your favorite cities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published