Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.75 KB

Readme.md

File metadata and controls

36 lines (20 loc) · 1.75 KB

Edoxx

Edoxx is collaborating document editing tool that works in real time

live - https://edoxx.netlify.app

Features-

  1. create a room in the home page and after verifying the room is created and redirect to the room page

  2. you can copy the room Id and share to anybody you want them to join the room with

  3. when the other user try to join the room with roomId , verification will happen and let the user join the room and joining status will be updated to other users inside the room

  4. on the room page on the right side all the realtime active user in the room will visible

  5. when multiple user editing the content, cursor with user name and position will appear to other user

  6. document content will be saved whenever any of the user stop writing

  7. any user leave the room will be notified to users even if he/she close the window or tab

  8. all created or joined room details will be visible on the home page and you can enter into the room anytime by just clicking them

  9. Once you created or joined a room, you can access the room by the top url too later ( obviously unauthorized user can't access the room the url )

  10. all routes are protected with security

    image image image image image