
PeerPlay Quiz is an interactive peer-to-peer quiz application that enables users to create, share, and play quizzes with friends in real-time. Built with modern web technologies, it provides an engaging experience through synchronized gameplay and optional video conferencing.
Create and join quizzes with friends using room codes
Share quiz sessions instantly with friends and family
Play with synchronized timer for fair competition
Video conference while playing via WebRTC connection
Track rankings and compare scores with friends
Socket.io ensures all players stay synchronized
Implemented WebRTC (SimplePeer) for peer-to-peer video conferencing and Socket.io for real-time game state synchronization across all players.
Built with Next.js and React, ensuring optimal performance and seamless experience across all devices.
Technologies Used
React
Next.js
Node.js
WebRTC
Socket.io
SimplePeer