dharmendrasahu1999 / videoChatApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 83.4%Language:HTML 13.7%Language:CSS 2.6%Language:Procfile 0.3%