Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

etch-a-sketch

This is a project that attemps at recreating a browser version of etch-a-sketch

Things I learned in this project

  • How to generate random colors using javascript
  • How to use color pickers and sliders
  • How to increase performance by restricting DOM manipulation while looping
  • How to change properties of items in querySelectorAll in different events