Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 498 Bytes

googleHackz

clone of gdocs

• Built desktop application using Electron

• Built contentEditable based collaborative rich text editor with React

• Architected modular single-page application using React

• Leveraged React Material UI component library to achieve professional look-and-feel

• Implemented sharing functionality by persisting user info and document content state in a MongoDB database

• Enabled real time collaboration with shared cursor highlighting using WebSockets