TalkVision is a user-friendly and efficient video communication tool, reshaping remote interactions and communications.
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross-platform
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
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.
Client: React
Server: Node, WebRTC, Socket.IO