A real-time whatsapp web application built with React
WhatsappWebClone
A real-time chatting application, basically a clone of whatsapp web.
Features:
- Real-time chatting
- Images & document sharing.
- Authentication with Google.
Login Page
Home Page
Chat Page
Profile
Built With
- ReactJs
- MaterialUI
- NodeJs
- Express Server
- Socket.io
- MongoDB
Getting Started
To get local copy up and running in your local machine follow this simple step:
- Download zip of the repository on your system and extract it.
- Make sure you have node.js and npm installed on your system.
- Open terminal on all three folders and run
npm i
to install node_modules. - After installing run
npm start
on the client folder terminal. - Run
nodemon
on both the server folder terminal and socket folder terminal.
🤝 Contributing
Contributions, issues, and feature requests are welcome!