As part of the Foundations Course in The Odin Project, this assignment is simply to create an etch-a-sketch. The specifications are to create a grid using flexbox, with adjustable dimensions and squares that can be colored in, extra credit for having a rainbow and darkening option, which are present in my rendition of the classic kid's toy. This was a great experience for gaining a better understanding of DOM element manipulation, flexbox display, and two dimensional arrays.
- Range slider for board size adjustments from 1x1 - 64x64
- Clear button
- "Normal" (black coloring)
- "Erase" (white coloring)
- "Shade" (gradual darkening)
- "Rainbow" (random coloring)
- HTML
- CSS
- JavaScript