Colored Markers project from freeCodeCamp created with HTML, CSS and JavaScript
Colored Markers project is made to develop my skills in DOM manipulation. I got the idea from freeCodeCamp and added my interactivity to markers (open,close) and made a drawing board.
Project is created with:
- HTML 5
- CSS
- JavaScript 1.7
Clicking the marker changes the color of stroke and user can draw on the board. Board is made by using HTML canvas element. Only one marker can be opened. Live version of project can be seen here
Finished