Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 667 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 667 Bytes

web-hub-communication-app

web-hub is a meet-and-greet app.
Technologies used are Mongodb, node, express, react, typescript, tailwind, socke.io, peer.js, webRTC, and redux-toolkit.

CORE FEATURES

  • Authentication
  • Search Users
  • One-One Chat
  • Group Chat
  • Rename Group Chat
  • Add/Remove Users
  • Notifications
  • Real-Time Typing
  • Video Chat (One - One)
  • Canvas Drawing (MultiPlayer)
  • TIC-TAC-TOE Game (One vs One)
  • Type Race Game (MultiPlayer)

Run Locally

~ Clone the project
~ Go to the project directory
~ install frontend and server dependencies (yarn install)
~ start the server (yarn dev)
~ start the client (yarn start)