This is a basic video call app that allows users to make real-time video calls through a web interface. Built with React, Node.js, and Socket.IO, it demonstrates the power of web technologies to create interactive, real-time communication solutions.
In the project directory:
To install all the dependencies required to run the app run npm install in the project directory.
To start the server run npm run server in the project directory.
To start the client run npm start in the project directory.
