Skip to content

Pinqua/Call-Buddy-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Call Buddy - Frontend

Video Chat webapp built using React.js, Node.js, Socket.io and Peer.js

Demo

https://call-buddy.vercel.app

Screenshots

App Screenshot

Features

  • 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

Run Locally

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

Contributing

Contributions are always welcome!

License

MIT



If you liked the repository, show your ❤️ by starring and forking it.