Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 464 Bytes

react-chat-client

Simple react based app I've created for using on my local network.

TODO

  • App should be updated to utilize current IP on the network and apply to interactions with the server.
  • Unit tests need written for main chat functionality (connection to server, login, etc)
  • Update formatting for main chat so its easier on the eyes.
  • Add in Direct Message functionality as it exists in the server: https://github.com/dgbrewer1989/java-chat-server