Skip to main content

Google Meet Clone



In this FREE training, let's build a Google Meet / Zoom Clone from scratch using EXPRESS, REACT, NODE, REDIS.

As we know, most of the social and work life moved online and that sparked an evolution in video sharing services like Zoom, Google Meet, and many others. Today, we are going to build an app that allows you to video chat with your friends and colleagues just as well as Zoom or meet does.


Part 1: HTML/CSS




Google Meet Clone - Part 2: NODEJS



Comments

Popular posts from this blog

CORS ISSUE

Install CORS extension https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf?hl=en Don't forget to switch it on

React Hook for Tracking Changes to Screen Size

When building responsive web applications, it's essential to be able to track changes to the screen size. This is important because different screen sizes may require different layouts, styles, or even components. One way to track changes to the screen size is to use the window object's resize event. Whenever the window size changes, the resize event is fired, allowing us to update the layout, styles, or components as necessary. In this article, we'll show you how to create an advanced React hook that tracks changes to the screen size using the resize event. Creating the useScreenSize Hook The useScreenSize hook is a custom React hook that uses the useState, useEffect, and useCallback hooks to track changes to the screen size. Here's the code for the useScreenSize hook: -------------------------------- -------------------------------- import { useState, useEffect, useCallback } from 'react'; function useScreenSize() {      const [screenSize, setScreenSize] ...

Fast.com Clone Using React js and Node js

In this FREE training, let's build a Fast.com Clone from scratch using REACT, NODE.  Features:  Check your internet speed using this application  I hope you will enjoy this video and learn something from it.