Practicing with redux by implementing a framework for an online learn to code challenge.
- fix GitHub oauth
- add a few challenges
- remember progress
- To run the
build
script, changeexport
toset
. Remember to change it back before committing.
- Prefer putting business logic in action creators rather than in reducers. See this discussion.
- Follow the provided .eslintrc file's style rules. It's configured with the Airbnb styleguide and a few tweaks.