This is my solution to the Etch-a-Sketch project in The Odin Project Foundations course:
https://www.theodinproject.com/lessons/foundations-etch-a-sketch
https://mahnewr.github.io/etch-a-sketch-top/
- Creating HTML elements and appending them dynamically using JavaScript.
- Functional programming (DRY).
- 'mouseenter' event listener.
- Using Bootstrap elements.
- Adding event listeners to a all nodes in a NodeList.