Skip to content

kemonprogrammer/etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etch a sketch

View in the Live-Demo

This is an JS-DOM project where boxes change color when you hover over them

From: theodinproject

What I learned

  • How to change colors of boxes at runtime
  • How to change HTML classes with DOM and JS
  • How to work with CSS grid
  • How to work with HTML dropdown menus
  • How to delete all child nodes of an element