Skip to content

willowtreeapps/code-analysis-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages