https://github.com/codemaker46/codebuddy
Real time collaborative code editor with real-time group voice communication
https://github.com/codemaker46/codebuddy
nodejs reactjs socket-io tailwindcss
Last synced: 9 months ago
JSON representation
Real time collaborative code editor with real-time group voice communication
- Host: GitHub
- URL: https://github.com/codemaker46/codebuddy
- Owner: CodeMaker46
- Created: 2024-12-22T20:42:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T22:44:03.000Z (10 months ago)
- Last Synced: 2025-03-27T23:28:26.882Z (10 months ago)
- Topics: nodejs, reactjs, socket-io, tailwindcss
- Language: JavaScript
- Homepage: https://code-buddy-psi.vercel.app/
- Size: 274 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeBuddy
CodeBuddy is a real-time collaborative coding platform that enables developers to code together, communicate through voice chat, and utilize an interactive whiteboard for better collaboration.
## Features
- 🤝 Real-time code collaboration
- 🎨 Interactive whiteboard
- 🎤 Voice chat functionality
- 💻 Multi-language support
- 🔄 Live code execution
- 👥 Real-time user presence
- ⌨️ Live typing indicators
- 📋 Room ID sharing functionality
## Tech Stack
### Frontend
- React
- Vite
- Socket.IO Client
- Monaco Editor
- Tailwind CSS
- React Router DOM
### Backend
- Node.js
- Express
- Socket.IO
- WebSocket (ws)
## Prerequisites
- Node.js (v14 or higher)
- npm (v6 or higher)
## Installation
1. Clone the repository
```bash
git clone https://github.com/codemaker46/codebuddy.git
cd codebuddy