Skip to content

RezaGooner/Dictionary

Repository files navigation


Dictionary

📖 A simple dictionary application built with C++ and Qt.

This repository contains the source code for a basic dictionary application where users can search for words.

Features:

  • Word Search: Find words from a list.
  • Loading Animation: A smooth loading interface while searching.
  • Text Files: words.txt contains the word list and deletedWords.txt stores removed words.

Installation:

  1. Clone the repository:
    git clone https://github.com/RezaGooner/Dictionary.git

  2. Open the project in Qt Creator.

  3. Build and run the application.

License:

Distributed under the Apache 2.0 License. See LICENSE for more details.


Feel free to adjust the features based on the actual functionalities!