Skip to content

NguyenBui256/ProRandomChat

Repository files navigation

Pro Random Chat

ProRandomChat is a chat application. Online and suitable users will randomly connect to each other to chat, add friend, ...

The project was done by Bùi Thế Vĩnh Nguyên, in the course of Object Oriented Programming at ProPTIT.

Tech Stack

Installation

  • Clone the repo
  • Enter ProRandomChat folder.
  • Run Server.jar first
  • Run Application.jar for each user.

Demo

Demo video:

https://youtu.be/fZVCTERTjYk?si=9a7hu1h-TyfYEegJ

Images::

alt text alt text alt text alt text alt text alt text

Usage

  • Project Structure
├── src
│   ├── Controller
│   │   │   ├── LoginController.java
│   │   │   ├── MainController.java
│   │   │   ├── ChatTabController.java
│   │   │   ├── ProfileTabController.java
│   │   │   ├── SelfProfileController.java
│   │   │   ├── IOSystem.java
│   │   │   ├── UserManager.java
│   │   │   ├── ServerManager.java
│   ├── Model
│   │   │   ├── User.java
│   │   │   ├── ChatServer.java
│   │   │   ├── RequestFromUser.java
│   │   │   ├── ResponseFromServer.java
│   ├── AppStarter.java
│   ├── ServerStarter.java

UML

Class Diagram:

Alt text

Activity Diagram:

Alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A chat app randomly connects online users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages