Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 844 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 844 Bytes

Project7

Chat Client: Private Chat + Group Chat

You are encouraged to design the UI based on your experience of using chat room applications. You are encouraged to add more interesting functions to the chat room, such as registering with a login andpassword, retrieving chat history, sending friend requests, only allowing friends to chat with each oth-er, and providing a UI to change password. These extra features can be worth up to 25 extra pointsbased on their complexity. Please discuss your ideas with the TAs before implementation.

> register with login/pass
> ability to change password, icon, display name
> chat history visible 
> friend requests / only allow PMing friends
  • login window

    • set name
    • set avatar
    • enter chat
    • register
  • chat client

    • list of users
    • chat window
    • group chat
    • private chat