Skip to content

Reeetesh/CollabDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published