https://github.com/devstack06/react-whatsapp-web
Whats-app web development using react, socketio and typescript
https://github.com/devstack06/react-whatsapp-web
materialui react socketio typescript whatsapp-web
Last synced: 22 days ago
JSON representation
Whats-app web development using react, socketio and typescript
- Host: GitHub
- URL: https://github.com/devstack06/react-whatsapp-web
- Owner: DevStack06
- Created: 2022-10-16T06:46:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T07:25:01.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:05:30.405Z (about 1 month ago)
- Topics: materialui, react, socketio, typescript, whatsapp-web
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PLtIU0BH0pkKp2Zu9xQXJogBIgPxe4jkkZ
- Size: 2.1 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://youtube.com/playlist?list=PLtIU0BH0pkKp2Zu9xQXJogBIgPxe4jkkZ)
## Screenshots
#### 1. Without menu modal

#### 2. With menu modal

## Run Locally
Clone the project
```bash
git clone https://github.com/DevStack06/react-whatsapp-web
```Go to the project directory
```bash
cd react-whatsapp-web
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```## Authors
- [@devstack06](https://github.com/DevStack06)