Etch a Sketch made with Flexbox and JavaScript.
Assignment for the JavaScript course of The Odin Project.
Specifications and details for the assignment can be found here.
Draw on Etch a Sketch.
You can create a new grid of the desired size, minimum being 2 and maximum being 100.
The basic drawing color is black, other colors are red and blue.
You can clear, or use the eraser.
Move your cursor over the grid.
Cannot have access to other colors.
Scrollbar is visible, while it isn't supposed to be.
Relatively fast project for me, what took more time was the UI design.
I didn't add a color picker because i wanted to keep it as simple as possible.