Code Analysis

See comments in index.html for instructions.

Run

Open index.html in Google Chrome.

Style Guide

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • Consider starting the commit message with an applicable emoji:
    • Improvements
      • 🎨 :art: when improving the format/structure of the code
      • 🔥 :fire: when removing code or files
      • 🎉 :tada: when adding a feature
      • 🐐 :goat: when improving performance
    • Misc
      • 📝 :memo: when writing docs
    • Dependencies
      • ⬆️ :arrow_up: when upgrading dependencies
      • ⬇️ :arrow_down: when downgrading dependencies

React Styles

  • Always favor stateless components