Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 883 Bytes

Drawing-App.md

File metadata and controls

27 lines (17 loc) · 883 Bytes

Drawing App

Tier: 2-Intermediate

Create digital artwork on a canvas on the web to share online and also export as images.

User Stories

  • User can draw in a canvas using the mouse
  • User can change the color
  • User can change the size of the tool
  • User can press a button to clear the canvas

Bonus features

  • User can save the artwork as an image (.png, .jpg, etc format)
  • User can draw different shapes (rectangle, circle, star, etc)
  • User can share the artwork on social media

Useful links and resources

Example projects