This is a simple Etch-a-Sketch project built using HTML, CSS, and JavaScript. The project allows users to draw on a grid by moving the mouse over it, mimicking the functionality of the classic Etch-a-Sketch toy.
- Draw on a grid with mouse movements
- Reset the grid with a button
- Customize the grid size
- HTML - For creating the basic structure of the app
- CSS - For styling the grid and buttons
- JavaScript - For handling the drawing functionality and user interactions