Skip to content

prince-thind/etch-a-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etch A Sketch

Etch a Sketch a vanilla JS project that mimics the basic functionality of a drawing board. Originally started as a basic 'hover-over' painting tool, the project has since grown to a 'paint-like' tool. The project has been ofcourse only built for learning purposes, the optimised approach to drawing on a webpage would use canvas as opposed to divs used in this project. Nonetheless, a fun project to explore around.

Links

  1. Latest (full color support)

  2. v1.2.0 (basic color support)

  3. v1.0.0 (basic)