The Etch-A-Sketch simulator is a project I developed as part of the Odin Project curriculum.
It is an interactive web project that allows users to draw by hovering over a customizable grid.
Inspired by the classic drawing toy, this project was built using HTML, CSS, and JavaScript to create a dynamic and engaging user experience.
What I’ve Done
Implemented a flexible grid system that users can resize (up to a maximum of 100 x 100).
Used JavaScript to assign random colors to grid squares when hovered over, mimicking a creative sketching effect.
Included a reset button that allows users to clear the grid and input a new size.