This project is a a real-time collaborative document editing application inspired by Google Docs. This project is built using React, Node.js, Socket.IO, and Quill for text editing.
- Real-time document editing and collaboration.
- User presence with Socket.IO.
- Text editing using Quill editor.
- User authentication and authorization.
- React
- Node.js
- Socket.IO
- Quill (or other text editing library)
cd server
npm install
nodemon server.js
cd ../client
npm install
npm run dev