The Etch-A-Sketch game is created according to the assignment from The Odin Project course.
🔗 Live preview of the project is here.
- Drawing on the board only when mouse is clicked
- Changing size of board
- Choosing any color user wants
- Choosing rainbow mode which filles square with randomly generated color
- Used HTML
- Used CSS
- Used JavaScript
- Learned loops
- Learned how to manipulate DOM