Clone of Whatsapp Web's current UI Built with React and Socket.IO
Whatsapp Web Clone
Clone of the current Whatsapp Web UI. Check out its backend service here which implements WebSocket communication.
Built with React and Socket.IO .
Run this project locally
- Download and Install Node JS from https://nodejs.org/en/download/
- In the root project directory, type
npm install
to install the project’s dependencies. - Once installation is complete, type
npm start
to start the project in your local browser.
N.B: You will need to run the backend service to simulate getting responses when you send in a message.