Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.37 KB

Strangers Talk (Frontend)

Overview

The project is a realtime video chat application that allows you to chat live, with strangers in realtime. The project uses Agora.io libraries for registering video and audio streams, and Strangers Talk Backend that is a websocket server, responsible for managing and connecting various websocket connections in the required manner.

Getting Started

NOTE: Before running the frontend make sure you have the Strangers Talk Backend project up and running.

To run the project, perform the following steps

git clone https://github.com/AkshayCHD/strangers-talk-frontend.git
cd strangers-talk-frontend
npm install
npm start

Then you must add the appId of your agora project in the .env file in root directory. To create a agora project and get appId from it follow the link. To create .env file run

touch .env

in the root directory of the project. Then add the following in .env file.

REACT_APP_AGORA_APP_ID="YOUR_AGORA_APP_ID"

Project Demo

The following is the gif demo of the project Strangers Talk Frontend