hermesjpappas / sha-js-etch-a-sketch

A little drawing app made using HTML, CSS and JS.

Home Page:https://hjp-etch.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Etch-A-Sketch

Go ahead. Draw some pixels.

Monochrome Microsoft Paint in your browser, anyone?

This is an exercise from Social Hackers Academy where I learned more about DOM manipulation using JavaScript, as well as the flexibility of CSS grid.

Instructions:

Hold and drag the left mouse button to draw. "Reset" empties out the canvas while "Resize" allows you to change the "resolution" of the canvas, meaning how many pixels per side you want it to be.

Try it out!

Issues / TO-DO:

Implementing an eraser would be useful and interesting. Probably works best for resolutions higher than 1080p.

About

A little drawing app made using HTML, CSS and JS.

https://hjp-etch.netlify.app


Languages

Language:JavaScript 52.4%Language:CSS 34.1%Language:HTML 13.4%