/js-drawing-app

Drawing App where you will teach how to use Html canvas elements and JavaScript API for drawing different shapes and images.

Primary LanguageJavaScript

Drawing App

cover

🦉 Main information

Drawing App where you will teach how to use Html canvas elements and JavaScript API for drawing different shapes and images.

The project goal:

  • use Html canvas elements;
  • use JavaScript API to draw the shapes, circles, rectangles, images, whatever lines etc.;
  • implement JavaScript events to click and draw;
  • add control buttons for changing color and width of the lines.

🦊 Useful links

HTML Canvas Graphics elements

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas

Drawing shapes with canvas

https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes

⚡ Built With

HTML5 / CSS3 / JavaScript