Etch-a-sketch from The Odin Project.
- Created with Html/CSS and Javascript.
- The user is provided with a 16 X 16 grid.
- The cells in the grid change to random colors when hovered over.
- The user can reset the grid or create a new grid in the same space without changing the amount of pixels used.
- If the size of the grid is greater than 100, the user is prompted until the correct response is provided.