Its a very small project which I have created after learning java-script. The project is about to draw Triangles and Circles on canvas element using mouse drag functionality available on java-script (similar to MS paint).
- Click and drag the mouse to draw Triangles or Circles.
 - Click on existing shapes to change its position in canvas.
 - Double Click on a shape to delete.
 
Its a single .html file which contains a java-script code to draw shapes on canvas.
