An open API service indexing awesome lists of open source software.

https://github.com/ittus/redux-training

Simple projects to self-study Redux
https://github.com/ittus/redux-training

Last synced: about 1 year ago
JSON representation

Simple projects to self-study Redux

Awesome Lists containing this project

README

          

# List of small projects to learn how to use Redux

## Video Page

### How to run

- Change `API_KEY` in `./src/index.js` to your Youtube API key
- Run `npm install`
- Run `npm start`

## Weather forecast

### How to run
- Register at https://openweathermap.org/forecast5 to get API KEY and change in WeatherForecast/src/actions/index.js

## Blog App