https://github.com/vadniks/computercomponentsdesktopapp
https://github.com/vadniks/computercomponentsdesktopapp
asynchronous-programming client-side cmake concurrent-programming cplusplus desktop desktop-app functional-programming gui modern-cpp qt-framework qt6 responsive-design template-metaprogramming ui
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vadniks/computercomponentsdesktopapp
- Owner: vadniks
- Created: 2023-03-20T19:36:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T22:56:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T14:53:38.730Z (12 months ago)
- Topics: asynchronous-programming, client-side, cmake, concurrent-programming, cplusplus, desktop, desktop-app, functional-programming, gui, modern-cpp, qt-framework, qt6, responsive-design, template-metaprogramming, ui
- Language: C++
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```
____ __
/\ _`\ /\ \__
\ \ \/\_\ ___ ___ ___ _____ ___ ___ __ ___\ \ ,_\ __
\ \ \/_/_ / __`\ /' __` __`\/\ '__`\ / __`\ /' _ `\ /'__`\/' _ `\ \ \/ /'__`\
\ \ \L\ \/\ \L\ \/\ \/\ \/\ \ \ \L\ \/\ \L\ \/\ \/\ \/\ __//\ \/\ \ \ \_/\ \L\.\_
\ \____/\ \____/\ \_\ \_\ \_\ \ ,__/\ \____/\ \_\ \_\ \____\ \_\ \_\ \__\ \__/.\_\
\/___/ \/___/ \/_/\/_/\/_/\ \ \/ \/___/ \/_/\/_/\/____/\/_/\/_/\/__/\/__/\/_/
\ \_\
\/_/
```
This is a QT (C++) port of the [Mobile client](https://github.com/vadniks/ComputerComponentsAndroidApp)
for desktop systems. The [Server](https://github.com/vadniks/ComputerComponentsWebApp2_back)
is required for this client-side application.
## Build
To build the application with CLang compiler on Linux machine
just execute the following commands from the repository root:
```shell
mkdir build && cd build
cmake .. && make all
chmod +x build/ccda
```
After successful build the executable will be located in the `build` folder.
## Screenshots










