Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 762 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 762 Bytes

Virtual Whiteboard

A virtual whiteboard is an interactive digital platform that simulates a physical whiteboard, allowing users to draw, write, and collaborate in real time, regardless of their geographical location.

Screenshot

image

Run Locally

Clone the project

git clone https://github.com/Shahi77/VirtualWhiteboard.git

Go to the project directory

cd VirtualWhiteboard

Install dependencies

npm install

Start the server

  npm start

Authors