Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jernestmyers/etch-a-sketch
- Owner: jernestmyers
- Created: 2021-04-10T16:55:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T18:00:36.000Z (over 3 years ago)
- Last Synced: 2023-08-14T21:42:59.701Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.