Skip to content

adam-choragwicki/CurrencyConverter_Client_Qt_Cplusplus

Repository files navigation

Currency converter client

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

Tests

  • Unit tests (Google Test)

3rd party libraries

How to run on Windows

  1. Download server release zip:
    https://github.com/adam-choragwicki/CurrencyConverter_Server_Cplusplus/releases/latest/download/CurrencyConverterServer.zip
  2. Download client release zip:
    https://github.com/adam-choragwicki/CurrencyConverter_Client_Qt_Cplusplus/releases/latest/download/CurrencyConverterClient.zip
  3. Unzip both archives (e.g., into C:\CurrencyConverter\Server and C:\CurrencyConverter\Client).
  4. Start the server by running CurrencyConverterServer.exe from the server folder (do not move it; it needs its local data/ and connection.json).
  5. Start the client by running CurrencyConverterClient.exe from the client folder.

About

Client part of a simple currency converter with live exchange rates, written in C++20 + Qt GUI

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors