Skip to content

Yashrane25/ChatUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ChatUp ๐Ÿ’ฌ

ChatUp is a real-time web chat application built using Node.js, Express, and Socket.IO.
It allows multiple users to join a chat room, send messages instantly, see how many users are connected and get live typing feedback all without page reloads.

This project demonstrates real time communication using WebSockets with a clean and interactive frontend UI.


๐Ÿš€ Features

  • ๐Ÿ”ด Real time messaging using Socket.IO
  • ๐Ÿ‘ฅ Live client count (connected users)
  • โœ๏ธ Typing indicator (shows when someone is typing)
  • ๐Ÿ•’ Message timestamps (12-hour format with AM/PM)
  • ๐Ÿ”Š Message sound notification
  • ๐Ÿ‘ค Custom username (default: anonymous)
  • โšก No page reloads

๐Ÿ› ๏ธ Tech Stack

Frontend

  • HTML5
  • CSS3
  • Vanilla JavaScript
  • Font Awesome Icons
  • Moment.js (date and time handling)

Backend

  • Node.js
  • Express.js
  • Socket.IO

โš™๏ธ Installation and Setup

Install dependencies

 1.Clone the repository
       git clone https://github.com/Yashrane25/ChatUp<br>
       cd ChatUp

 2.Install dependencies
       npm install

 3.Start the application
       npm run dev

 4.Open in browser
       http://localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors