not-josue / etch-a-sketch

Solution to the Odin Project's Etch-A-Sketch Foundations Project.

Home Page:https://not-josue.github.io/etch-a-sketch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etch-A-Sketch

Solution to Odin Project's Etch-A-Sketch Foundations Project. It includes the Extra Credit tasks of randomizing color, and darkening a cell by 10% every time it is hovered. The difference in this solution is that instead of making the cell black after 10 hovers, it instead maximizes the opacity of the cell to show the true color of the cell.

etch-a-sketch

About

Solution to the Odin Project's Etch-A-Sketch Foundations Project.

https://not-josue.github.io/etch-a-sketch/

License:MIT License


Languages

Language:JavaScript 56.7%Language:HTML 23.4%Language:CSS 19.9%