A sketch application built with Javscript, HTML and CSS.
Live Site: https://adeola-praise.github.io/Etch-A-Sketch
- Adjustable Pixel Size: The pixel size of the drawing grid can be adjusted to various dimensions, the lowest being 1 by 1 and the highest 60 by 60.
- Color Picker: A color picker button has been added to enable the users choose any hex color of their choice.
- Random Color Generator: The rainbow button generates random colors that can be used for sketching on the grid.
- Eraser: The erase button is available for erasing drawing mistakes.
On application load, the default sketch color is black. For desktop users, hover your mouse on the grid to make your sketch but if you are using a mobile phone, tap on the grid to make a sketch.
- Click the Rainbow button to generate random colors.
- To use a particular color, click the Color Picker button to get access to color slider.
- Click on the Erase button to erase colors off the grid.