Skip to content

v0.2

Choose a tag to compare

@anishkousik anishkousik released this 15 Feb 04:43
· 22 commits to master since this release
Implement JavaFX GUI for chatbot

Created the main JavaFX Application class and FXML layout
to provide a graphical interface for the chatbot.

Integrated the GUI with backend logic so that user input
is processed and responses are displayed dynamically.

This satisfies the minimal Level-10 requirement.