This project is a simple React application that enables video chat using WebRTC technology, with a user interface built using Material-UI.
- Real-time video chat functionality.
- Material-UI for a clean and responsive user interface.
- Easy setup and customization.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/your-username/your-video-chat-app.git
-
Navigate to the project directory:
cd client
-
Install dependencies:
npm install or yarn
- Start the development server:
npm start
or yarn start
-
Open your browser and visit
-
You should see the video chat app running.
-
Make sure your server is running to work properly.
node index.js
- React
- WebRTC
- Material-UI
Feel free to contribute to this project. Open an issue or submit a pull request with your improvements.