A real-time collaborative document editing application inspired by Google Docs. This project uses Socket.io for real-time communication, Node.js for the server, MongoDB for data storage, React for the front-end, and the Quill editor for document editing.
- Real-time collaborative document editing
- Rich text editing with the Quill editor
- Document sharing
- Secure data storage with MongoDB
- Responsive and user-friendly interface
You can access a live demo of the project at https://google-docs-client.vercel.app/.
Follow these instructions to set up and run the project locally on your machine.
- Node.js and npm installed
- MongoDB installed and running
- Git (optional, for cloning the repository)