Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 765 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 765 Bytes

ZatChat

This project is not ready, thus not fully working.

Simple React project where I use WebSockets to implement basic chatting features.

Server uses Express NodeJs

Short demo

Development app is available in zatchat.xyz, which contains a lot of dev "features", such as plain text passwords and not working messaging.

There exists two users with credentials of:

Email Password
[email protected] william123
[email protected] kaveri123

todo

  • real-time handling of unread messages with websocket
  • fix auth/apiClient
  • change theme
  • user's contacts are undefined on right after login
  • hosting