Skip to content

🎥 Simple video conference PWA using React.js + Socket.io

Notifications You must be signed in to change notification settings

esau-morais/videon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videon

videon

Goals

  • Create a new room (with an id)
  • Join to an existence room
  • Leave a room
  • Pages
    • Splash screen
    • Home
    • Room

Built with

  • React.js
    • React Hooks
      • useRef
      • useState
      • useEffect
  • Socket.io
  • Chance

How do I start?

  1. Fork this project

Forking the project

  1. Clone the forked repository

    git clone https://github.com/user/react-redux (if you use git)

    or

    gh repo clone https://github.com/user/react-redux (if you use gh cli)

  2. Install the dependencies

    npm install (if you use npm)

    or

    yarn (if you use yarn)


⚠️ Before you start the front-end, you need to initialize the server.


  1. Start the project

    npm start (if you npm)

    or

    yarn start (if you use yarn)


LICENSE