This project is related to The Odin Project curriculum. The objetive was to implement a simple Etch a Sketch with different functionalities to change the color of the squares that compose a grid.
The programs allows to:
- Pick a custom color
- Generate random colors
- Erase the previus colors
- Increment the darkness of the squares by 10%
- Change the number of squares in the grid using a slider
All this was achieved only with native DOM manipulation.
The UI is not good at all and is defenitively not responsive because of the fact that simulate the hover effect with touch eventes is not that easy (see the issue about adding hover to mobile devices).
Here is the live demo of this project.