https://github.com/kratikakg/docify
Docify is a collaborative document editing application inspired by Google Docs. Built with React on the client side and Socket.io for real-time updates on the server side, Docify allows multiple users to edit documents simultaneously.
https://github.com/kratikakg/docify
mongodb nodejs quill reactjs socket-io
Last synced: 3 months ago
JSON representation
Docify is a collaborative document editing application inspired by Google Docs. Built with React on the client side and Socket.io for real-time updates on the server side, Docify allows multiple users to edit documents simultaneously.
- Host: GitHub
- URL: https://github.com/kratikakg/docify
- Owner: kratikakg
- Created: 2024-05-08T04:12:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T05:49:01.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T06:45:59.438Z (almost 2 years ago)
- Topics: mongodb, nodejs, quill, reactjs, socket-io
- Language: JavaScript
- Homepage: https://docify.netlify.app/
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docify
Docify is a collaborative document editing application inspired by Google Docs. Built with React on the client side and Socket.io for real-time updates on the server side, Docify allows multiple users to edit documents simultaneously.
## Features
- Real-time collaborative document editing
- Rich text formatting with Quill editor
- Unique document IDs for easy sharing
- Automatic document saving
## Tech Stack
**Client:** React, Quill
**Server:** Node.js, Socket.io
**Database:** MongoDB
**Deployment:** Netlify (Client), Vercel (Server)