thebooleanguy
released this
04 Aug 16:26
·
7 commits
to main
since this release
Dictionary Application Release
Overview
A comprehensive dictionary application offering features such as search, autocomplete, spellchecking, sorting, and caching.
Files
dictionary-app-cli.jar
- Description: A Java executable JAR file for running the command-line interface (CLI) version of the dictionary application.
- Functionality: Includes core functionalities for interacting with the dictionary through a terminal.
dictionary-app-web.jar
- Description: A Java executable JAR file for running the web-based version of the dictionary application.
- Functionality: Provides a web interface for accessing dictionary functionalities through a browser.
run-dictionary-app.bat
- Description: A batch script to easily start the
dictionary-app-web.jar
when both the JAR file and the script are in the same directory. - Functionality: Simplifies running the web application on a Windows system.