A simple Jetpack Compose Desktop application that renders messages coming from a Twitch chat channel
Building requires JDK 11. Consider using SDK Manager to manage your JDK versions.
Currently the Jetpack Compose Desktop preview window doesn't work when using resources from the classpath of an application.
As a result, preview doesn't work on any of the views using fonts located in src/app/main/resources/fonts.
When someone joins the chat or someone leaves, eventually a message will be displayed.
When someone sends a message, it'll be displayed. The user's configured nickname colour will be used as the basis for the background of the card their message will be displayed on.