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

  1. Download and Install Node JS from https://nodejs.org/en/download/
  2. In the root project directory, type npm install to install the project’s dependencies.
  3. 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.