A responsive WhatsApp Web Clone in HTML, CSS, and JavaScript. This project emulates the WhatsApp Web interface with chat functionality, a contact list, and a responsive design similar to the original WhatsApp Web.
Features:
- Message feed with an input box.
- Display of contact list.
- Responsive layout for desktop and mobile views.
- Smooth scrolling and transitions.
- Theme customization options.
Technologies Used:
- HTML: Structures the user interface. Learn more about HTML
- CSS: Styles the layout and ensures responsiveness. Explore CSS
- JavaScript: Adds interactivity and dynamic behavior. Read about JavaScript
Installation Guide:
Using XAMPP or Laragon
- Download and Extract Files:
- Download the WhatsApp Web Clone in HTML, CSS, and JavaScript files and unzip the folder on your computer.
- Copy the Project Folder:
- Move the extracted folder into the
www
directory inside your Laragon installation or the htdocs
folder in XAMPP.
- Example:
C:\laragon\www\WhatsApp-Clone
or C:\xampp\htdocs\WhatsApp-Clone
- Start Services:
- Open the XAMPP Control Panel and start Apache & MySQL or click “Start All” in Laragon.
- For additional guidance, visit XAMPP Documentation or Laragon
- Access the Project:
- Open a browser and enter:
http://localhost/WhatsApp-Clone
With this guide, you can set up and run your WhatsApp Web Clone in HTML, CSS, and JavaScript locally using XAMPP or Laragon. Enjoy the interactive and responsive chat experience!