Sukesh-Hegde / chatApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat App

Table of Contents

Description

The Chat App is a real-time chat application that allows users to join chat and exchange messages instantly. It is built using Node.js for the server-side logic, Express.js as the web framework, and Socket.IO for real-time communication between the server and clients.

Features

Real-time messaging: Messages are sent and received instantly without the need to refresh the page. User authentication: Users can enter their username before joining the chat room. User list: Displays the list of users currently online in the chat room. Responsive design: The application is responsive and works well on both desktop and mobile devices. Count: Total count of people present in the chat

Installation

Clone the repository: Install dependencies: npm start

Usage

Open your web browser and navigate to http://localhost:8000 to access the chat application. Enter your username and start chatting with other users in real-time.

##Screenshots Screenshot 2024-04-21 at 8 47 50 PM Screenshot 2024-04-21 at 8 48 25 PM Screenshot 2024-04-21 at 8 48 48 PM Screenshot 2024-04-21 at 8 49 14 PM Screenshot 2024-04-21 at 8 49 26 PM

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or want to suggest improvements.

About


Languages

Language:SCSS 35.8%Language:CSS 26.3%Language:JavaScript 19.3%Language:HTML 18.6%