/odin-etch-a-sketch

A version of something between a sketchpad and an Etch-A-Sketch

Primary LanguageJavaScript

Etch A Sketch Project

This purpose of this project was to build a version of something between a sketchpad and an Etch-A-Sketch.

This is a project from The Odin Project.

Pre-Project Thoughts

Note: At this point I only have basic HTML, CSS, JavaScript, Chrome Dev Tools, and Git skills. I will do my best!

Post-Project Thoughts

One thing the page is definitely missing is a more appealing landing page. I will learn that later on in the curriculum.

Future improvements

-toggle mouse click event handler

Skills I demonstrated or strengthened at project end:
-HTML
-CSS
-JavaScript
-Writing readable code
-Use of Chrome Developer Tools
-Manipulating HTML elements through the use of the Document Object Model (DOM): Manipulating the classList and style properties of HTML elements
-Use of if...else statements
-Use of event handlers such as addEventListener and removeEventListener
-Familiarity with function scoping