The Chat Web App is a simple real-time chat application built using HTML, CSS, and JavaScript. It allows users to send and receive messages in real-time.
- Real-time messaging: Users can send and receive messages instantly without the need to refresh the page.
- Simple and responsive UI: The web app has a clean and user-friendly interface that adapts well to different screen sizes.
To run the chat web app locally, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/rohitsaini81/Whatsapp-Chat.git
- Navigate to the project directory:
cd Whatsapp-Chat
-
Open the
index.html
file in your preferred web browser. -
Enter your name in the provided input field to set your display name in the chat.
-
Start sending and receiving messages in real-time.
- HTML
- CSS
- JavaScript
- NodeJs
- socket.io: For real-time communication between clients and the server.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
- This project was inspired by [Murk ZakarBurg].
Feel free to modify the template as needed to fit your specific project and requirements.