I have a system I would like built out in javascript:
This is a user input widget. Let me explain how it should work:
Think of a square with a dot in the center. The user clicks the dot in the center, then hovers over one of the four corners. A line is then drawn from the center to that corner. From there, any corner the user hovers over a line will be drawn, and the user can also hover over the dot in the center to draw a line from the corner back to the center. This continues until the mouse is clicked.
Please indicate roughly how you plan to implement this system. By this I mean what js features will you utilize (canvas, dom manipulation, i dont know?) to make it happen.
Please bid on this project, as well to be considered you must answer the following:
1) What is your favorite javascript library?
2) Construct a 'class' skeleton (or as close as you can get with javascript) with one 'private' and one 'public' function.