Skip to content

vraj-712/Collaborative-TextEditor-FE

Repository files navigation

Simple Collaborative Text Editor 📝🗒️🖋️

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.

Features

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/vraj-712/Frontend_Collaborative_TextEditor.git
    cd Frontend_Collaborative_textEditor
  2. Add dependency

    npm install
    
    #or
    
    yarn add
    
  3. Run the project

    npm run dev
    
    

Contributing

  • 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

License

  • This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to the open-source community for their support and contributions!