🚀 Live Demo: https://video-call-app-frontend-pi.vercel.app
A modern, high-performance video calling application built with React, WebRTC, and Socket.IO. NexCall features a sleek, premium glassmorphic user interface designed with Tailwind CSS, offering a seamless and beautiful experience for users to connect instantly.
- Real-Time Video & Audio: Low-latency peer-to-peer connection powered by WebRTC.
- Signaling Server: Reliable signaling built with Express and Socket.IO.
- Premium UI: Aesthetic dark theme, animated gradients, and glassmorphic components using Tailwind CSS.
- Dynamic Layout: Responsive video grid that elegantly adapts when users join or leave the room.
- Room-Based Calls: Generate or enter a custom room code to join private video sessions.
- Hardware Controls: Easily toggle your microphone and camera on/off before and during the meeting.
- Framework: React 19 via Vite
- Routing: React Router DOM
- Styling: Tailwind CSS (v4) & tw-animate-css
- Icons: Lucide React
- Notifications: Sonner
- WebRTC API: Native browser
navigator.mediaDevicesandRTCPeerConnection
- Runtime: Node.js
- Framework: Express.js
- WebSockets: Socket.IO for real-time signaling
- Node.js (v18 or higher recommended)
- npm or yarn
-
Clone the repository (if applicable):
git clone https://github.com/HimanshuPadecha/Next-call cd video-call-app -
Setup the Backend:
cd backend npm installCreate a
.envfile in thebackenddirectory if required by your configuration, then start the development server:npm run dev
-
Setup the Frontend: Open a new terminal window and navigate to the frontend directory:
cd frontend npm installStart the Vite development server:
npm run dev
-
Open the App: Navigate to
http://localhost:5173in your browser. You can enter a room code and join the call. Open the same URL with the room code in another tab or device to test the peer-to-peer connection!
- On the landing page, enter a desired Room Code and click Join Room.
- On the pre-join screen, grant browser permissions for your microphone and camera.
- Enter your Name and toggle your hardware controls as needed before clicking Join Meeting.
- Once inside, you can mute, turn off your video, or leave the meeting using the floating dock controls at the bottom of the screen.
This project is licensed under the ISC License.