Skip to content

This is a Javascript exercise in theodinproject.com

Notifications You must be signed in to change notification settings

JonColman94/etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

etch-a-sketch

This is my implementation of the Javascript Etch-a-sketch challenge on TheOdinProject.

Deviations from the given task

The given task asks that a "hover" effect be applied to the grid. This generally means having hover listeners over each cell. I decided to use a different approach; using only a mousemove and touchmove listener on the entire grid.

This solution also has very basic mobile compatibility. Knock yourselves out!

About

This is a Javascript exercise in theodinproject.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published