This repository contains the client part of my currency converter. It is written in C++ using Qt as a GUI framework.
Windows executable is provided.
Server repository and further description are available at:
https://github.com/adam-choragwicki/CurrencyConverter_Server_Cplusplus
- Unit tests (Google Test)
- Qt 6.9.2
- RapidJSON https://github.com/Tencent/rapidjson
- Download server release zip:
https://github.com/adam-choragwicki/CurrencyConverter_Server_Cplusplus/releases/latest/download/CurrencyConverterServer.zip - Download client release zip:
https://github.com/adam-choragwicki/CurrencyConverter_Client_Qt_Cplusplus/releases/latest/download/CurrencyConverterClient.zip - Unzip both archives (e.g., into
C:\CurrencyConverter\ServerandC:\CurrencyConverter\Client). - Start the server by running
CurrencyConverterServer.exefrom the server folder (do not move it; it needs its localdata/andconnection.json). - Start the client by running
CurrencyConverterClient.exefrom the client folder.
