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

neilburd week 02 day 03 HW #321

Closed neilburd closed 7 years ago

neilburd commented 7 years ago

comfort: 3 completeness: 4 comment: I was able to get the pixart working and went a step further by using RGB values and passing that to the square color. although I feel like I could have done something different because it take a little while to load all the square. Also I was not able to get it all working in an object.

estermer commented 7 years ago

i see you took an extra step to work the hex number, thats a pretty good reach there.