![]() |
canvas drawing shapes using html |
Hello...people Today, I will show you how to make a simple paint app using only HTML, CSS, and JavaScript.
Actually, this is the assignment given to me in the previous interviews so this is an important interview question so please carefully note this solution.
Here I am showing you the question asked in the interview process and their requirements.
Instructions:
1. App should be written using Plain JavaScript & HTML - no third-party libraries like KineticJS or jQuery should be used.
2. The Assignment is divided into two modules and both of them carry equal weightage.
3. Once both modules are done, you can add any new feature to the same.
Note:
Module 1 and Module 2 should be implemented in the same application and not in two different files.
Module 1:
a). Create a Simple Paint App using HTML5 Canvas Element that lets users draw Triangles on the canvas by clicking & dragging the mouse - like in Windows Paint App.
b). The size of Triangles should depend on how much the user drags the mouse.
c). Automatically fill each Triangle with a different color.
d). Add a clear / reset button that clears the canvas.
![]() |
triangles shapes using html,css |
Module 2:
a). Add a feature to drag Triangles using a Mouse.
b). If the mouse is being dragged on an existing Triangle, drag the same or else create a new one.
c). Double-clicking on a Triangle should delete the same.
![]() |
triangle shapes drawing using html,javascript |
Check the below code:
File name: Simple_Paint_App.html
File name: Simple_Paint_CSS.css
File name: Simple_Paint_App_JS.js
Result:
![]() |
html output window for triangle shapes |
16 Comments
Nice article bro
ReplyDelete
ReplyDeletecan i get the code for rectangle for the same question
yes, u can
DeleteCan you send me the code of rectangle?
DeleteKonse application me run hoga ye code
ReplyDeleteyou can use vs code application to run. its supports all kinds of programming languages
DeleteCan you pls give the code for drawing rectangles instead of triangles
ReplyDeleteHi, do tell if you have the code for the rectangles instead of triangles for the same question
ReplyDeletethanks you bro
ReplyDeletedo follow our blog for more interesting updates..
DeleteCan I get the code for rectangle for the same question
ReplyDeleteCan I get get the code for rectangle for the same question
ReplyDeleteyes
DeleteCan u please provide code for rectangle in place of tringles. please
ReplyDeleteAlready that post was posted in our blog check it.
DeleteCheck How to create rectangles in blog
ReplyDelete