- Fork this gist
- Include a link to your application's repo
- Your repo should have a link to your production app in the README
- Git Repo
- Include questions/comments for anything you'd like us to specifically give you feedback on
- Would you recommend using jQuery to add elements to the DOM? I had a hard time pulling in the the library...
The websockets homework is graded on 'completion' or 'semi-completion' - but we'll try to leave you feedback on anything we see that requires feedback in the gist.
jQuery would definitely be easier long term for DOM manipulation. For a small tutorial, probably the right choice to timebox adding it and if you have a hard time, just stick with vanilla JS.