Skip to content

Instantly share code, notes, and snippets.

@mstorino
Last active October 16, 2017 18:33
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 mstorino/5482af4b7de996e6edda0cd2c4043035 to your computer and use it in GitHub Desktop.
Save mstorino/5482af4b7de996e6edda0cd2c4043035 to your computer and use it in GitHub Desktop.
Class Ideas

hexvalues and default browser colors

.trim()

Data cleanliness. Gets rid of white space. var name = $("#name-input").val().trim()

Built in JS objects

localStorage console.log

Sublime View

View: Multiple Columns and Word Wrap

Keyboard Shortcuts

CMD D to select multiple things

Read Me

Markdown

Test Files First

starter file

Find Relevant Bootstrap Components in Documentation and Hard Code them

Radio Buttons https://getbootstrap.com/docs/4.0/components/forms/#horizontal-form

Normal Buttons https://getbootstrap.com/docs/4.0/components/buttons/#examples

Go for Easy Win

  • make sure click events are working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment