An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

I-Meet - 1:1 video chat app for online interviews | Product Hunt
# 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
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/1.png?raw=true)

### Join Screen
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/2.png?raw=true)

### Meet Screen
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/3.png?raw=true)

### Request from other user
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/4.png?raw=true)

### Users on call
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/5.png?raw=true)

### Whiteboard(Live)
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/6.png?raw=true)

### Options
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/7.png?raw=true)

### Notes
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/8.png?raw=true)

### Chat
![alt text](https://github.com/suresh213/video-chat/blob/master/Screenshots/9.png?raw=true)

## 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.