Each a Sketch is a browser version of something like a sketchpad, it's the one of the project from the Foundational path in The Odin Project called Etch-a-Sketch. The application will allow the user to choose a grid size and color mode, additionally user can delete/clear if they wish to.
Tech used: Javascript, HTML, CSS
- Adjustable canvas size (8x8 minimum up to 64x64)
- Color button for random colors
- Eraser button to remove color
- Clear button to clear/reset the whole grid
To draw on Each a Sketch, check it out here.