Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajlaxmimeshram/docs_clone

A collaborative React and Node.js application with MongoDB, Socket.io, and Quill.js for seamless real-time text editing.
https://github.com/rajlaxmimeshram/docs_clone

html-css-javascript javascript mongodb node-js nodejs quill-editor quilljs react-js reactjs socket-io

Last synced: 19 days ago
JSON representation

A collaborative React and Node.js application with MongoDB, Socket.io, and Quill.js for seamless real-time text editing.

Awesome Lists containing this project

README

        

# Realtime Text Editor Project
This project is a collaborative Text Editor built using [React](https://react.dev/learn), [Node.js](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs), [MongoDB](https://www.mongodb.com/docs/), [Socket.io](https://socket.io/docs/v4/), and [Quill.js](https://quilljs.com/docs/quickstart). It enables real-time editing and communication among users.
## Getting Started
### Demo
You can experience the TextEditor live by visiting the [TextEditor Demo](https://docs-clone-rj.pages.dev/).
### Features
- Real-time Collaboration: Multiple users can collaboratively edit a document in real time.
- Rich Text Editing: Utilizes Quill.js for a feature-rich text editing experience.
- Backend with Node.js: The backend is implemented in Node.js, providing a scalable and efficient server.
- Persistent Storage: MongoDB is used for data storage, ensuring document persistence across sessions.

### Acknowledgments
- Built with ❤️ by Rajlaxmi Meshram.
For more details on my journey of building other tech-related articles, visit [my Hashnode blog.](https://rajlaxmimeshram.hashnode.dev/)