Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 510 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 510 Bytes

Etch-a-sketch

Etch-a-sketch from The Odin Project.

Description

  • 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.