A React-based real-time collaborative document editor using WebSockets for instant multi-user sync, featuring user presence indicators. https://rishabhcv.vercel.app/projects/real-time-collaborative-editor
#-- Setup and start the server
cd server
npm install # or yarn install
npm start # or yarn start
#-- Setup and start the client
cd client
npm install # or yarn install
npm start # or yarn start