This is a Google doc clone which allow users to edit and write in document in real-time using same line.
- Reactjs
- Nodejs
- socket.io
- Quilljs
- MongoDB Atlas
- Real-time document update
- Uses uniqueID to access data
- Any numer of users can edit the docs at the same time without any issue
Screencast.from.09-02-24.04.03.05.PM.IST.webm
- Clone the repo
- Go to client folder using
cd ./client
and runnpm i
to install. Usenpm start
to start frontend - Go to server folder and run
npm i
.Usenodemon index.js
to run backend - Now you can see the frontend at (http://localhost:3000)