Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 541 Bytes

COLLABDOCS

A text-editor web app made using React js and Node js through which user can make notes or can collab with others to make notes. I used Quill Js for making text-editor. For storing data I used MongoDb.

To display changes in my web-app in real time I used socket.io.

Deployment

To deploy this project run

  cd client
  npm init
  npm start
  cd ..
  cd server
  npm init
  npm run devStart

Screenshots

App Screenshot