Etch-a-Sketch is the functional, responsive rendition of the game we used to love as kids.
It supports the combination of as many colors as you want in the same sketch. This takes place through the buttons, which correspond to either pre-selected colors, or dynamically-generated ones. Precisely, there are:
- Fixed color buttons for black and blue.
- Dynamic color buttons for random and custom colors.
- Eraser, to fix any unwanted coloring.
This project was implemented with:
- JavaScript
- SCSS
- HTML
https://developedbygeo.github.io/Etch-a-sketch/
This project was completed as part of The Odin Project's curriculum and I would like to thank them for their guidance.