In this project, I made an etch-a-sketch inspired pixel art app. Moving over the pixel squares progressively darkens the ink by 10%. Works on both desktop and mobile.
View project: https://ellin.github.io/pixel-sketch/
Through this project, I practiced the following skills:
- DOM manipulation
- Touch event handling for mobile
- Form submissions
- String manipulation
- Responsive design with CSS flexbox & clamp
Basically complete. May continue to refactor and add polish.