Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 944 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 944 Bytes

Video Chat App

This is a simple web-based video chat application that allows two users to communicate with each other through video calls.

Technologies Used

  • Vite
  • React
  • TypeScript
  • PeerJS

Installation

  1. Clone the repository: git clone https://github.com/keyan5/video-chat-app.git
  2. Install the dependencies: npm install
  3. Start the server: npm start
  4. Open your web browser and navigate to http://localhost:5173

Usage

  1. Copy your id by clicking on the ID
  2. Send your id to the person you want to call
  3. Ask the Receiver to paste the id you sent in the input field by clicking the input field
  4. Then ask the receiver to click on the call button
  5. End the call by clicking on the Hang Up button

Website

https://keyan5.github.io/video-chat-app/

License

This project is licensed under the MIT License - see the LICENSE file for details.