/

Let's build something exciting together

/

Google Docs Clone

React, NestJs & MongoDB

Project

Overview


This project is a real-time collaborative document editor inspired by Google Docs, built using React, Quill, Socket.io, NestJS, and MongoDB. The application allows multiple users to edit documents simultaneously with live updates. The front end leverages React for a dynamic user interface and Quill as the rich text editor. Socket.io enables real-time communication between clients and the server, while NestJS handles backend operations, including user authentication, document management, and API interactions. MongoDB is the database for storing document content and user data, ensuring persistence and reliability.

Technologies

React

NestJs

MongoDB

Socket.IO

Back