Skip to content

A little drawing app made using HTML, CSS and JS.

Notifications You must be signed in to change notification settings

hermesjpappas/sha-js-etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Etch-A-Sketch

Go ahead. Draw some pixels.

Monochrome Microsoft Paint in your browser, anyone?

This is an exercise from Social Hackers Academy where I learned more about DOM manipulation using JavaScript, as well as the flexibility of CSS grid.

Instructions:

Hold and drag the left mouse button to draw. "Reset" empties out the canvas while "Resize" allows you to change the "resolution" of the canvas, meaning how many pixels per side you want it to be.

Try it out!

Issues / TO-DO:

Implementing an eraser would be useful and interesting. Probably works best for resolutions higher than 1080p.