Skip to content

sarthaksharma27/google-docs-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google-docs clone

lg5

This project is a a real-time collaborative document editing application inspired by Google Docs. This project is built using React, Node.js, Socket.IO, and Quill for text editing.

Features

  • Real-time document editing and collaboration.
  • User presence with Socket.IO.
  • Text editing using Quill editor.
  • User authentication and authorization.

Tech Stack

  • React
  • Node.js
  • Socket.IO
  • Quill (or other text editing library)

Installation

Install server dependencies

  cd server
  npm install
  nodemon server.js

Install client dependencies

  cd ../client
  npm install
  npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published