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.
- 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
- Fork this repo
-
Clone git repo
(SSH setup is required)
git clone [email protected]:Flanker-shyam/MyWhiteBoard.git
-
Install Dependencies
npm install
-
Start the development server:
npm start
- Open your browser and navigate to http://localhost:3000 to view the application.
- React
- TypeScript
- WebSocket
- Fabric.js (for canvas manipulation)