maqbull / wa-clone-frontend

WhatsApp Web Clone using MERN Stack.

Home Page:https://wa-clone.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Web App Clone Frontend

Clone of WhatsApp Web.

View Demo here.

To view the backend code. Visit here.

Usage

  1. Fork the repo and then Clone/Download it.
  2. cd wa-clone-frontend
  3. Create .env file in the root directory.
  4. Setup required environment variables.
REACT_APP_NODE_ENV=development
REACT_APP_BACKEND_URL= // backend_url/api e.g. http://localhost:8080/api
REACT_APP_SOCKETIO= // backend_url
  1. Run npm install
  2. Run npm start to start the local server at port 3000.

Build with

  • React
  • Axios
  • React-Infinite-Scroll-Component
  • React-Router-Dom
  • Socket.io-Client

To view the code without added any functionalities, visit here

About

WhatsApp Web Clone using MERN Stack.

https://wa-clone.netlify.app/


Languages

Language:JavaScript 75.7%Language:CSS 23.7%Language:HTML 0.7%