8000 GitHub - paarthmadan/chat-application: A multi-client, java, chat application.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paarthmadan/chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-application

A multi-client, java, chat application.

Task List

  • Configure a simple server, and one-time single-client interaction.
  • Client can quit, and new client can connect to server.
  • Multiple client interaction with server.
  • Disseminate messages received by server to clients.
  • Create potential GUI designs
  • Create Main Screen UI
  • Create Server Creation UI
  • Create Client Joining UI
  • Create Chat Interface UI
  • Implement back-end and front-end
  • Code Review
  • Screenshots
  • GIF Demonstration

Mockup GUI Designs

Main Screen

alt text

Info Screen

alt text

0