Video Chat webapp built using React.js, Node.js, Socket.io and Peer.js
- Progressive Web App (PWA)
- No sign up and sign in needed
- Fully Responsive (android + desktop)
- Instant messaging
- All basic functionalities included like mute and unmute mic, video on and off, end call
Clone the project
git clone https://github.com/Pinqua/Call-Buddy-Frontend.git
Go to the project directory
cd Call-Buddy-Frontend
Install dependencies
npm install
Create a .env file inside project directory with fields given below.
REACT_APP_SERVER_URL= add server url (wherever your backend code is hosted add its url over here)
REACT_APP_PEERJS_HOST= add peerjs hosted server url
GENERATE_SOURCEMAP=false
Start the server
npm run start
Contributions are always welcome!
If you liked the repository, show your ❤️ by starring and forking it.