Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jernestmyers/etch-a-sketch

a project from the odin project that furthers understanding of DOM manipulation
https://github.com/jernestmyers/etch-a-sketch

Last synced: 1 day ago
JSON representation

a project from the odin project that furthers understanding of DOM manipulation

Awesome Lists containing this project

README

        

# etch-a-sketch
### project 4 from the odin project's fundamentals course
generates a grid for users to sketch on using mousedown to initiate drawing features. includes color selection for the pen color and the background color. also includes a pen that generates a random rgb value for every div the user enters on mousedown. further includes an eraser and an option to change the grid's density.