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
- Host: GitHub
- URL: https://github.com/ittus/redux-training
- Owner: ittus
- Created: 2016-12-06T03:36:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T07:43:00.000Z (over 9 years ago)
- Last Synced: 2025-02-10T15:51:02.517Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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