ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Rachel solution #100

Closed ddayporter closed 8 years ago

ddayporter commented 8 years ago

Comfort: 4.5 Completeness: 4.5

Updated with bonus completed.. I'm happy with it but had a problem with commit 2. It says to make it so the "set color" function works when you press enter as well as when you click the button - but because of the browser (I think?), the Enter key works just by setting it up on click. I tried to write it anyway just for practice but when I commented everything else out and tried just that code, I couldn't get it to work. Also in commit 6, it give specs for the square style and those were already what the css was set to..

mattscilipoti commented 8 years ago

:+1: Looks good. I made a few comments inline.