Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.28 KB

README.md

File metadata and controls

55 lines (41 loc) · 2.28 KB

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/