adrianhajdin / project_chat_application

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.
https://www.jsmastery.pro
3.95k stars 1.51k forks source link

Adding user is typing feature #114

Closed Yassa-hue closed 1 year ago

Yassa-hue commented 1 year ago

Feature: User Is Typing Indicator

This pull request implements a new feature that displays a "user is typing" indicator in the chat interface. The indicator informs users in the same chat room when someone is actively typing a message.

Changes Made:

Additional Details:

Testing:

Thank you for considering this pull request. I am open to feedback and suggestions for further improvements.