This is a real-time chat application that allows users to enter their name and join a chat room where they can communicate with other users connected to the server. The application was built using Node.js
and Socket.IO
for the backend and HTML
, CSS
, and JavaScript
for the frontend.
To install and run the chat application, follow the steps below:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/Amgad226/chat-room-app.git
-
Install the required NPM packages by running the following command in the terminal:
npm install
-
Start the server by running the following command in the terminal:
npm run dev
-
Open
index.html
in your web browser to access the chat application.
If you encounter any issues during installation or use of the chat application, please refer to the README.md
file in the repository for troubleshooting tips.