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

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

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