Synkr is a real-time collaborative coding and buzzer Web app designed for fast-paced coding challenges and competitive quizzes. Built using modern web technologies and real-time communication, it allows multiple users to join a room, collaborate on code, and use a buzzer system for being a healthy competition.
- 🧑💻 Real-time collaborative code editor
- ⏰ Synchronized timer across all connected clients
- 🔔 Buzzer system with sound to determine first responder
- 🧠 Code execution support using Piston API (supports multiple languages)
- 📡 WebSocket-based communication for live interaction
| Frontend | Backend | Others |
|---|---|---|
| React.js | Node.js | Socket.io |
| HTML5 | Express.js | Piston API |
| CSS3 |