Skip to content

Mock JavaFX-based chat application inspired by Discord, originating from a school project.

Notifications You must be signed in to change notification settings

SSHshadow222/discordfx

Repository files navigation

DiscordFX 💬

DiscordFX is a mock JavaFX-based chat application similar to Discord (in terms of design). This was originally a school project that intended to create a minimalistic chat application.

Installation

You can follow these steps to set up and run the project on your local machine.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Java Development Kit (JDK) 17 or later is required. You can download the latest JDK from Oracle's website or use a compatible distribution like OpenJDK.

Cloning The Repository & Running The Application

  1. Clone this repository to your local machine:

    $ git clone https://github.com/SSHshadow222/discordfx.git
  2. Navigate to the project's directory

    $ cd discordfx
  3. Build and run the application

    Windows:
    > gradlew.bat run 
    Unix-Like:
    $ ./gradlew run

Default User Account

You can log in to the application using the following default user account:

  • Email/Phone No: user
  • Password: user

About

Mock JavaFX-based chat application inspired by Discord, originating from a school project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published