- A simple etch-a-sketch implemented using pure HTML/CSS/JS
- Clickless drawing with your mouse
- Used CSS3 grid to populate sketch area with boxes
- Used minimally sized functions to separate logic
- Use of onhover effects
- Use of range input to make a slider
A quick implementation of an etch-a-sketch.
Some features that could be added:
- Add color picker
- Allow color picking without redrawing the grid
- Thanks to The Odin Project for putting together such an extensive open-source curriculum!