A collaborative, Google Docs-like text editor allowing multiple users to edit documents in real time. Built using React and Node.js with Yjs for Conflict-Free Replicated Data Type (CRDT) synchronization, enabling smooth, conflict-free collaboration.
Tech Stack
- Frontend: React for UI, Yjs for CRDT implementation.
- Backend: Node.js for server operations, handling user connections, and data syncing.