Skip to content

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. For Video Chat, user just need to copy a unique id and send it to user with whom he/she want to chat.

Notifications You must be signed in to change notification settings

ROHAN842/Video-Chat-Web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

How it works? 🤔

Dependencies 🗃

Run Locally 💻

> Clone the repo
    >> For Windows: Git Bash
    >> For Linux: Terminal
    >> git clone https://github.com/ROHAN842/Video-Chat-Web-app.git
    >> cd MainFolder/DirectoryName
> 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/
    

About

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. For Video Chat, user just need to copy a unique id and send it to user with whom he/she want to chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published