https://github.com/rhw-repo/odin-etch-a-sketch
https://github.com/rhw-repo/odin-etch-a-sketch
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhw-repo/odin-etch-a-sketch
- Owner: rhw-repo
- Created: 2022-03-10T11:57:03.000Z (about 3 years ago)
- Default Branch: eas-colorchange
- Last Pushed: 2022-04-02T23:27:33.000Z (about 3 years ago)
- Last Synced: 2025-02-04T15:28:57.946Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
"Etch A Sketch"*
Create a webpage of 16 x 16 grid of square divs using JavaScript, append to a grid container created in HTML page.
User can select a colour then change the colour of individual squares by moving mouse over those squares.
The colour can also be erased by selecting eraser button and moving mouse over those squares.
User can select button to clear the grid and enter a new grid size using prompt window.Focus: problem solving, JavaScript & DOM Methods.
*The Odin Project