Skip to content

Instantly share code, notes, and snippets.

@jshawl
Created May 5, 2015 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jshawl/42f9466024014cc4e513 to your computer and use it in GitHub Desktop.
Save jshawl/42f9466024014cc4e513 to your computer and use it in GitHub Desktop.
// TrilloView
// create new cards
// handle form submission
// put existing cards into
// either done or todo lists.
// Trillo Object
// stores a reference to
// all cards
// CardView
// displaying the card
// allow completion check
// Card Object
// description: string
// completed: boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment