Skip to content

MickFrog/etchSketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

etchSketch

This is project as part of my learning web development curriculum with The Odin Project.

In this project, I stretch my DOM manipulation skills and create a website where a user can sketch a simple drawing.

I mainly use divs to achieve this graphically within Javascript.

MickFrog