https://github.com/navidreza80/googlemeetclone
I cloned Google Meet with real-time video & audio sharing, beatiful interface and responsive design.
https://github.com/navidreza80/googlemeetclone
css-modules nextjs13 peerjs socket-io socket-io-client tailwindcss webrtc
Last synced: 15 days ago
JSON representation
I cloned Google Meet with real-time video & audio sharing, beatiful interface and responsive design.
- Host: GitHub
- URL: https://github.com/navidreza80/googlemeetclone
- Owner: Navidreza80
- Created: 2025-09-02T15:58:50.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-09-05T16:19:25.000Z (4 months ago)
- Last Synced: 2025-09-05T18:35:58.189Z (4 months ago)
- Topics: css-modules, nextjs13, peerjs, socket-io, socket-io-client, tailwindcss, webrtc
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Meet Clone
A fully functional clone of Google Meet built with **WebRTC**, **Socket.io**, and **PeerJS**. This application allows real-time video and audio conferencing with a beautiful and responsive interface.
## Features
- **Real-Time Video & Audio Conferencing**: Seamless communication with high-quality video and audio.
- **Responsive Design**: Optimized for both desktop and mobile devices.
## Technologies Used
- **Frontend**: React, Next.js, Tailwind CSS
- **Real-Time Communication**:
- **WebRTC**: Enables peer-to-peer communication for video and audio.
- **Socket.io**: Facilitates real-time bi-directional communication.
- **PeerJS**: Simplifies WebRTC peer-to-peer data and media streaming.
## Screenshots
*Home Page*
*Video Call Interface*
## Installation
Clone the repository:
```bash
git clone https://github.com/Navidreza80/GoogleMeetClone.git
cd GoogleMeetClone
npm install
npm run dev
```