/code-challenge-redux

Online code school prototype

Primary LanguageJavaScript

code-challenge-redux

Practicing with redux by implementing a framework for an online learn to code challenge.

to do

  • fix GitHub oauth
  • add a few challenges
  • remember progress

Windows Quirks

  • To run the build script, change export to set. Remember to change it back before committing.

Style guide

  • 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.