Skip to content

dewanhimanshu/sketch-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Openboard Clone Project click here

Project Desciption:

  • This project comprises of basic openboard functionalities such as, writing, erasing, downloading the canvas, adding notes (with minimising it, closing it, dragging it around on the page), uploading the image (features same as of notes), undo and redo actions.
  • Added realtime drawing functionality using Socket.io by connecting to server using Express.js Screenshot from 2022-01-24 19-07-41

Adding notes and uploading image:

Using green button, we can minimise the notes and by clicking red button, notes can be closed. Similarly for uploading images.
Screenshot from 2022-01-24 19-09-49

Realtime drawing:

Realtime drawing can be achieved by the people using same link at same time. Screenshot from 2022-01-24 19-20-31

Tech Stack used:

  • HTML
  • CSS
  • JavaScript
  • Socket.io
  • Express.js

Key Features

This real-time whiteboard provides the user with following features:

  • Draw using pencil (3 different colors, change width of pencil)
  • Erase the drawn area using eraser(scale the eraser size)
  • Include a sticky note to make notes (feature to add multiple sticky notes, move sticky note around the drawing area, minimize and close the sticky note)
  • Upload an image or gif (feature to add multiple files,feature to move the file, close the file)
  • Download the drawing part on the user screen
  • Redo or undo the drawing content changes.
  • Zoom in or zoom out the drawing content.
  • Real-time virtual environment for drawing and erasing.

Run on your local machine:

Replace https://sketch-board-himanshu-dewan.herokuapp.com/ with http://localhost:5000/ in index.htmlfile.
Open the folder in VS code. Open terminal and write these commands:

npm i 

Press Enter. Then,

node app.js

Now open the browser and type localhost:5000.