React Badge  JavaScript  HTML  CSS 
Node.js  Express.js 

Website Badge OPEN-PR

Overview 👀

  • Real time video chat 📹 with user
  • Clean UI ⚡

What is Video Chatting Web App? 🤔

This is basically a video chatting web app whose front end is purely made with React.js while the back end is completely framed by using socket.io with node.js and express.js as server.

Dependencies 🗃

Run Locally 💻


> Install all dependencies
    >> npm i
> Split the terminal window into two parts 
> Spin the server on port 5000
    >> cd MainFolder/Directory
    >> nodemon or node index.js
> Spin the react on port 3000
    >> cd client
    >> npm start
> Visit the website on http://localhost:3000/
    

videoChatApp