Skip to content

DevStack06/react-whatsapp-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp Web Development using React

Hey 👋 everyone, in this tutorial we will going to develop whatsapp-web from scratch using #react, #typescript #materialui and #socketio. This tutorial is begginner friendly so enjoy learning 😄.

Demo

Tutorial Link: Click here

Screenshots

1. Without menu modal

App Screenshot

2. With menu modal

App Screenshot 2

Run Locally

Clone the project

  git clone https://github.com/DevStack06/react-whatsapp-web

Go to the project directory

  cd react-whatsapp-web

Install dependencies

  npm install

Start the server

  npm run start

Authors