Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1013 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 1013 Bytes

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.