A collaborative whiteboard web application inspired by Excalidraw. Draw diagrams, share in real-time, and collaborate visually.
##Features
- Freehand drawing with smooth rendering
- Shapes: Rectangle, Circle, Line, Arrow
- Color picker and stroke width control
- Text tool for annotations
- Export drawings as PNG/SVG
- Real-time collaboration using WebSockets
- Autosave and local storage support
- Dark mode toggle
- Frontend: next.js, TypeScript, TailwindCSS, Zustand
- Backend: Node.js, WebSocket, Express
git clone https://github.com/Sarthakkad05/draw-app.git
cd draw-app
pnpm install
pnpm run dev