https://github.com/vishal-raj-1/video-chat-clone
https://github.com/vishal-raj-1/video-chat-clone
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishal-raj-1/video-chat-clone
- Owner: Vishal-raj-1
- Created: 2021-07-10T13:49:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T13:54:49.000Z (over 4 years ago)
- Last Synced: 2025-01-14T02:13:08.569Z (9 months ago)
- Language: JavaScript
- Size: 2.4 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Merge - Video Chat for Online Interviews**Project Link** - ***https://merge.netlify.app***
## Features
- 1:1 Video chat
- Live Editor(Whiteboard) with syntax highlighting for interviews
- Notes (downloadable as PDF)
- Instantly join a call with a meeting link
- Real time chat
- Chat Notifications
- Instant notifications of ongoing meeting
- Mute audio/video
- Neat and clean UI## Screenshots 📸
### Home
### Join Screen
### Meet Screen
### Request from other user
### Users on call
### Whiteboard(Live)
### Options
### Notes
### Chat
## Steps to run in your machine
#### Run the following commands
```
npm i
npm run server
cd client
npm i
npm run start
```#### Hope you liked this project, dont forget to ⭐ the repo.