Skip to content

Simple implementation of a chat app with a GUI using the java programming language

Notifications You must be signed in to change notification settings

MarjusMetushi/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ChatApp

Simple implementation of a chat app with a GUI using the java programming language

Architecture

This chat app is built on a simple concept, to connect the server to the user and exchange messages. In the case of 2 or more clients, this chat app would become a group chat more than a private one-to-one communication platform.

Instructions on how to operate software

Operating the software is pretty straight-forward, starting the server first and then starting the client.

Screenshots

Screenshot 2024-07-30 113248 Screenshot 2024-07-30 113300 Screenshot 2024-07-30 113310 Screenshot 2024-07-30 113321

Setup Prerequisites

Before setting the project up make sure to have the following
Java Development Kit JDK v17 or higher, link: https://www.oracle.com/de/java/technologies/downloads/
IDE: VSCode , Visual studio, IntelliJ IDEA or any IDE depending on your preferences
Git version control: Windows https://git-scm.com/download/win ; MacOS https://git-scm.com/download/mac ; Linux https://git-scm.com/download/linux

Clone the repository

To get an exact copy of the project follow the steps below:
-Open your terminal
-Navigate to your desired directory
-Clone the repository
git clone https://github.com/MarjusMetushi/ChatApp.git
-Navigate to the cloned repository
Thank you for taking your time to view/set up this project, if in need of any additional help feel free to contact me.

About

Simple implementation of a chat app with a GUI using the java programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages