https://github.com/esau-morais/videon
🎥 Simple video conference PWA using React.js + Socket.io
https://github.com/esau-morais/videon
pwa react react-hooks reacthooks reactjs room socket socket-io video video-conference videon
Last synced: about 2 months ago
JSON representation
🎥 Simple video conference PWA using React.js + Socket.io
- Host: GitHub
- URL: https://github.com/esau-morais/videon
- Owner: esau-morais
- Created: 2020-10-31T17:22:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T14:59:52.000Z (over 5 years ago)
- Last Synced: 2025-02-01T09:25:11.548Z (over 1 year ago)
- Topics: pwa, react, react-hooks, reacthooks, reactjs, room, socket, socket-io, video, video-conference, videon
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# videon

## Goals
- [X] Create a new room (with an id)
- [X] Join to an existence room
- [X] Leave a room
- [X] Pages
- [X] Splash screen
- [X] Home
- [X] Room
## Built with
- React.js
- React Hooks
- useRef
- useState
- useEffect
- Socket.io
- Chance
## How do I start?
1. Fork this project

2. Clone the forked repository
`git clone https://github.com/user/react-redux` (if you use `git`)
or
`gh repo clone https://github.com/user/react-redux` (if you use `gh` cli)
3. Install the dependencies
`npm install` (if you use `npm`)
or
`yarn` (if you use `yarn`)
---
:warning: Before you start the front-end, you need to initialize the [server](https://github.com/Kannndev/webrtc-video-call-server).
---
4. Start the project
`npm start` (if you `npm`)
or
`yarn start` (if you use `yarn`)
---
[LICENSE](./LICENSE)