GitXplorerGitXplorer
D

whiteboard-app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a40ede46ca23728bf0a93707e36304d50d36e158

Update README with description and add images to show case

DDeshdeepak1 committed 5 months ago
Unverified
f60b3188f81d54cafe2f9661f8920e59ec55bf1a

download filename based on current time

DDeshdeepak1 committed 5 months ago
Unverified
a1abdca0e8d900d4cd76bab6b04bc86ffee3a898

fix undo/redo, Implement color picker, download button

DDeshdeepak1 committed 5 months ago
Unverified
82df7fc7a13e705f0ebc34f6963bad1c78351b95

Implement undo, redo

DDeshdeepak1 committed 5 months ago
Unverified
a69b09181056da8aa7e0a9a2342f96f31fd7b200

Implement brush, eraser, text

DDeshdeepak1 committed 5 months ago
Unverified
5442ec1646052f54ad1b442c8cc42fa585a62bd6

toolbox: Implement brush size slider

DDeshdeepak1 committed 5 months ago

README

The README file for this repository.

Whiteboard App

  • A fully featured whiteboard app created using react.
  • Utilises HTML canvas draw different shapes on the page.
  • Utilises roughjs library to give a handwriting like look.
  • Utilises perfect-freehand library to enable brush tool.

Features

Tools

  • Line
  • Rectangle
  • Circle / Ellipse
  • Arrow
  • Brush
  • Eraser
  • Text

Extra Tools

  • Undo
  • Redo
  • Download

Extra Features

  • Per tool stroke , fill color
  • Per tool brush size

Images

PIC1 PIC2