Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 706 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 706 Bytes

Etch-a-Sketch

This is an Etch-a-Sketch created using JavaScript, HTML, and CSS. The project is from The Odin Project curriculum.

🔗 Live preview of the project can be found here.

Overview of The Project

Tools:

  • Visual Studio Code
  • MacOS Terminal
  • Git and GitHub
  • Prettier Code Formatter

Third Party Code:

Results:

  • Deepened my knowledge of the DOM through JavaScript DOM Manipulation
  • Continued to improve skills in CSS Flexbox
  • Greatly improved JavaScript understanding and integration