Skip to content

Ashrafweb/local-rooms-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

local-rooms-app

A realtime chat app using React and socket.io

Installation

  1. Clone the repository:
    git clone https://github.com/Ashrafweb/local-rooms-app.git
  2. Navigate to the project directory:
    cd local-rooms-app
  3. Install the dependencies:
    npm run dev
  4. Start the development server:
    npm run dev

Features

  • Rooms: Users can create and join different chat rooms.
  • Welcome Message: A welcome message is displayed when a user joins a room.
  • Typing Indicator: Shows when a user is typing a message.
  • Acknowledgement: Messages are acknowledged when successfully sent.

Usage

  1. Open your browser and navigate to http://localhost:5173.
  2. Enter a username and select a room to join.
  3. Start chatting with other users in the room.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

A realtime chat app built with React and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published