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.
- 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)
~ 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)