Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 616 Bytes

File metadata and controls

18 lines (15 loc) · 616 Bytes

JavaFX Chat App 💬

A JavaFX-based chat client using ntfy for backend messaging.

Features

  • MVC architecture
  • Send text messages to configurable topic via JSON POST
  • Receive messages via JSON stream
  • Backend URL via env variable (not committed)
  • Branch + PR workflow (no direct commits to main)
  • Unit tests for Model class
  • (Advanced) Send files via "Attach local file" option

🚀 Run Instructions

  1. Set JAVA_HOME to JDK 25
  2. Start with:
    ./mvnw clean javafx:run