This is a video application that allows users to connect and interact with each other in real-time using video chat. This repository contains the source code for a real-time video conferencing application built with React, TypeScript, and Webpack, leveraging the Twilio Video API for high-quality video and audio. The application features a user-friendly interface and supports real-time video chat.
- Real-time video chat
- High-quality video and audio
- User-friendly interface
- React
- TypeScript
- Webpack
- Twilio Video API
To install and run this project locally, follow the steps below:
# Clone the repository
git clone https://github.com/omerfrkolcy/video-conference-app.git
# Navigate into the directory
cd video-app
# Install dependencies
npm install
# Start the application
npm start