This React project is a clone of the very famous social messaging app, WhatsApp developed using MERN (MongoDB, Express, React, Nodejs) Stack. Keep in mind, that this is the web version of WhatsApp for Windows (WhatsApp Web).
Instead of the QR Code used to scan for entering into WhatsApp
account, Google authorization has been used, i.e,
one can just use his Google account to log into his WhatsApp
account.
After logging in through Google account, the screen of your WhatsApp
chats should look like this -
As said earlier, MERN stack is used for developing this project. Different APIs are created in the backend server for tracking different conversations, messages and users being added to WhatsApp with their Google accounts. While, the whole frontend is designed having features similar to that of the WhatsApp Web page.