A p2p video plus chatting application which helps connect anyone, anywhere, anytime!
Reach is a virtually free to use and ideal application for Video Calling. There are no fees to sign up, and no data plan allowances to worry about. Reach will help you to be in touch with your friends and family. It helps save time, reduces travel expenses, and overall promotes collaboration. Overall it has simple UI which makes it easy to use by all the age groups
https://reach-0.herokuapp.com/
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/J0SAL/Reach.git
# Go into the repository
cd Reach
# Install dependencies
npm install
# Run the app
npm start