Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 847 Bytes

File metadata and controls

42 lines (28 loc) · 847 Bytes

TalkVision

TalkVision is a user-friendly and efficient video communication tool, reshaping remote interactions and communications.

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross-platform

Installation

To install TalkVision, follow these simple steps:

Clone the repository to your local machine:

git clone https://github.com/eye97/TalkVision.git
cd TalkVision

Install dependencies, on both side client folder and server folder

npm install

Run both servers (on separate terminals)

npm start

Important note

To get the program going, make sure to start both the server and client in separate terminals. Just run them both, and don’t forget to install all the dependencies in each folder.

Tech Stack

Client: React

Server: Node, WebRTC, Socket.IO