Etch-A-Sketch on a webpage.
Users can sketch on a grid. The number of squares in the grid is set automatically when the page loads (16x16) but the user can create a new grid with a variable number of squares (up to 100x100).
See it live here.
- Solidify knowledge of event listeners and event handlers
- DOM manipulation
- Event handling