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.
To deploy this project run
cd client
npm init
npm start
cd ..
cd server
npm init
npm run devStart