saurabhdaware / sketchover

Javascript drawing pad on which you can draw anything and post on the main page

Home Page:http://www.saurabhdaware.cf/webapps/SketchOver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SketchOver

About Sketchover

Sketchover is a javascript drawing pad where you can draw anything and post your sketch on the main page. You can change the color, size of brush and change the color of background

Link :

www.saurabhdaware.cf/webapps/SketchOver/

Installation :

  • Download and Install XAMPP / APACHE Server + PHP
  • Clone the directory to your htdocs folder git clone https://github.com/saurabhdaware/sketchover.git
  • Navigate to http://localhost/SketchOver

Working :

  • The main javascript functions of the project are inside /responsive-sketchpad.js
  • when your cursor touches the canvas a javascript function is fired which draws a circle on that location
  • When you click Save button canvas drawing is converted into an image and stored in folder /Data/
  • On main page all the images from /Data/ are retrieved back using PHP

About

Javascript drawing pad on which you can draw anything and post on the main page

http://www.saurabhdaware.cf/webapps/SketchOver


Languages

Language:PHP 64.9%Language:JavaScript 35.1%