Skip to content

Files

Latest commit

 

History

History
29 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 803 Bytes

Google Docs Clone

A real-time collaborative document editing application inspired by Google Docs. This project uses Socket.io for real-time communication, Node.js for the server, MongoDB for data storage, React for the front-end, and the Quill editor for document editing.

Features

  • Real-time collaborative document editing
  • Rich text editing with the Quill editor
  • Document sharing
  • Secure data storage with MongoDB
  • Responsive and user-friendly interface

Demo

You can access a live demo of the project at https://google-docs-client.vercel.app/.

Getting Started

Follow these instructions to set up and run the project locally on your machine.

Prerequisites

  • Node.js and npm installed
  • MongoDB installed and running
  • Git (optional, for cloning the repository)