Class Sync
Real-time collaborative classroom application bringing classrooms online.
Users can create or join virtual classes using unique class codes. Group workspaces enable collaborative task completion, students can work solo or in teams. Live chat facilitates instant communication between teachers and students.
Built with Next.js for the frontend and Firebase for backend services. Firebase Authentication handles user accounts. Firestore and Realtime Database enable instant synchronization of data across all connected clients, no page refresh needed.
MVP developed with core features; later extended by team members with enhanced functionality and richer features. Demonstrates understanding of real-time apps, user collaboration, and clean architecture.