This project is a real-time document editor built using React and Quill.js. It allows multiple users to collaborate on a document in real-time, similar to Google Docs. Also we have integrated the OpenAI so that user can give prompt to AI and get the results to write a documents.
- User authentication and authorization using JWT
- Create and edit documents in real-time
- Live collaboration
- Store documents on MongoDB
- Clone the repository
git clone https://github.com/Waishnav/Doc-AI
- Install the dependencies
npm install
- Start the development server
npm start
The application will be available at http://localhost:3000
Backend will be at http://localhost:3001
- React
- Quill.js
- MongoDB
- Socket.io
- JWT
- OpenAI API
- Priyansh61
- Waishnav
- tushitshukla03
- thejaysharma
can.you.hack.it.mp4
This project is licensed under the MIT License.
- Quill.js for providing a powerful rich text editor for React
- MongoDB for providing easy-to-use real-time database and authentication services
This project is built as part of Can You Hack It? Hackathon and it is still in development phase and contributions are welcomed.