Skip to content

hysan/react-chat-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat Review

Deliverables

  • Two users will be able to chat with each other in the same browser window.
  • Users can choose their own name.
  • Users can edit their name.
  • Each user should see their own chat log.
  • Chat logs should be sorted with the most recent message on the botom.
  • Each message should have the user's name to the left.
  • There should be a text field and send button below each chat log (one for each user).

Stretch Goals

Deleting Messages

  • Clicking on a chat message will reveal/hide a delete button.
  • Clicking this delete button should remove it from the chat log.

Is Typing Display

  • While a user is "typing", the other user should see a "..." at the bottom of their chat log showing who is typing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published