Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.24 KB

README.md

File metadata and controls

61 lines (46 loc) · 2.24 KB

Whiteboard Application

Description

Introducing "DrawSync": an innovative collaborative whiteboard application crafted with React, TypeScript, and the powerful Fabric.js library. Dive into a seamless experience where users can unleash their creativity by effortlessly drawing shapes, adding text, and collaborating in real-time with their team members. With DrawSync, users can seamlessly create new sessions or join existing ones, fostering a dynamic environment for teamwork and brainstorming. Leveraging the robust WebSocket technology, DrawSync ensures instant synchronization of actions across all connected devices, enabling fluid collaboration and smooth interaction. Embrace the future of digital collaboration with DrawSync, where creativity knows no bounds and teamwork knows no limits.

Screenshot 2024-03-12 at 2 03 56 PM

Features

  • Drawing tools for shapes (rectangle, circle, triangle, line) and text
  • Real-time collaboration using WebSocket
  • Undo and redo functionality
  • Change brush color and size
  • Save whiteboard content as an image or PDF file
Screenshot 2024-03-12 at 2 04 29 PM

Initial Setup:

  1. Fork this repo
  2. Clone git repo (SSH setup is required)
    git clone [email protected]:Flanker-shyam/MyWhiteBoard.git
  3. Install Dependencies
    npm install
  4. Start the development server:
    npm start
  5. Open your browser and navigate to http://localhost:3000 to view the application.
Screenshot 2024-03-12 at 2 04 42 PM

Technologies Used

  • React
  • TypeScript
  • WebSocket
  • Fabric.js (for canvas manipulation)
Screenshot 2024-03-12 at 2 07 31 PM