A realtime chat app using React and socket.io
- Clone the repository:
git clone https://github.com/Ashrafweb/local-rooms-app.git
- Navigate to the project directory:
cd local-rooms-app
- Install the dependencies:
npm run dev
- Start the development server:
npm run dev
- 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.
- Open your browser and navigate to
http://localhost:5173
. - Enter a username and select a room to join.
- Start chatting with other users in the room.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.