ljones140 / react_redux_weather_app

Weather app made with React online course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux City Weather App

This application was created following @stephenGrider 's Udemy course Redux.

This purpose of this application was to understand the way that Redux manages state with React applications.

To Run

> git clone https://github.com/ljones140/react_redux_weather_app.git
> cd react_redux_weather_app

You will need to obtain an Open Weather API key from: https://openweathermap.org/forecast5

The API key then needs to be added to the application in:

src/actions/index.js
const API_KEY = 'put api key here';

Then download the NPM dependencies and start the application

> npm install
> npm start

The app will be runnon on localhost:8080

About

Weather app made with React online course

License:MIT License


Languages

Language:JavaScript 90.8%Language:HTML 6.3%Language:CSS 3.0%