JTiscodin / White-Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Collaborative WhiteBoard

The project is a collaborative whiteboard, that has a room based system to let the user collaborate on a whiteboard.

Features

  • Personal Whiteboard
  • Collaborative Whiteboard (With Multiple Cursors)
  • Undo/Redo (With debounce)
  • Zoom In and Out (Use alt + scroll)
  • Tools - Rectangle, Pencil (More to be added)
  • Text - Can add and manipulate text

Project Setup

Setting up the project.

  https://github.com/JTiscodin/White-Board.git

  // go to the directory

   cd Dendrite.ai-fabric/

   npm install

   npm run dev

   cd ../backend

   npm i

   node index.js

Demo

collaborative-feature.mp4

About


Languages

Language:JavaScript 95.6%Language:CSS 3.6%Language:HTML 0.8%