DevSync is a MERN stack-based real-time collaboration platform designed to streamline teamwork among developers. It offers live code sharing, group chat, voice/video calling, and AI-generated quizzes
- π JWT Authentication for secure access
- π Real-Time Code Editor using Monaco Editor & Piston API (multi-language support)
- π¬ Group Chat with Socket.IO for instant communication
- π₯ Video & Voice Calls powered by WebRTC (up to 5+ users)
- π§ AI-Generated Quizzes using LangChain (10+ unique quizzes)
- π₯οΈ Responsive Frontend built with React.js and Tailwind CSS
DevSync/
βββ frontend
βββ backend
βββ README.md
git clone https://github.com/your-username/DevSync.git
cd DevSynccd backend
npm installStart the backend server:
npm run devcd ../frontend
npm install
npm run devThe frontend will be available at: [http://localhost:5173]
| Name | GitHub Profile |
|---|---|
| Dhruv S Shah | @dhruv |
| Akash Garine | @akash |
| Akhil Achewad | @akhil |
Have suggestions, found a bug, or want to contribute? Feel free to open an issue or submit a pull request.