Welcome to the Collaborative Text Editor! This project is a real-time, cloud-based text editing platform that allows multiple users to edit a document simultaneously. Whether you're collaborating on a team project, writing a blog post, or working on an article, this tool provides seamless, synchronized editing with live updates.
- Real-time Collaboration: Multiple users can edit the document at the same time.
- User Count: See How many user currently working on the document.
- Formatting Tools: Rich text editing with support for bold, italics, headings, lists, and more.
- Direct Link: Means user does not have to create doc they just need to hit the url and this url is public so any one can use it
-
Clone the repository:
git clone https://github.com/vraj-712/Backed_Collaborative_TextEdior.git cd Backend_Collaborative_TextEditor
-
Add dependency
npm install #or yarn add
-
Run the project
npm start
-
Fork the repository
-
Create your feature branch
git checkout -b feature/NewFeature
-
Commit your changes
git commit -m 'Add NewFeature'
-
Push to the branch
git push origin feature/NewFeature
-
Open a Pull Request
- This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the open-source community for their support and contributions!