{"id":15209294,"url":"https://github.com/vadniks/computercomponentsdesktopapp","last_synced_at":"2026-02-17T02:35:57.889Z","repository":{"id":154167208,"uuid":"616640677","full_name":"vadniks/ComputerComponentsDesktopApp","owner":"vadniks","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-11T22:56:04.000Z","size":1703,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-16T14:53:38.730Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vadniks.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-20T19:36:16.000Z","updated_at":"2023-07-18T09:24:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"da170d10-cd30-4e0f-a667-05b709de8da3","html_url":"https://github.com/vadniks/ComputerComponentsDesktopApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vadniks/ComputerComponentsDesktopApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FComputerComponentsDesktopApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FComputerComponentsDesktopApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FComputerComponentsDesktopApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FComputerComponentsDesktopApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadniks","download_url":"https://codeload.github.com/vadniks/ComputerComponentsDesktopApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadniks%2FComputerComponentsDesktopApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018013,"owners_count":26086235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asynchronous-programming","client-side","cmake","concurrent-programming","cplusplus","desktop","desktop-app","functional-programming","gui","modern-cpp","qt-framework","qt6","responsive-design","template-metaprogramming","ui"],"created_at":"2024-09-28T07:23:10.787Z","updated_at":"2025-10-14T05:39:27.551Z","avatar_url":"https://github.com/vadniks.png","language":"C++","readme":"\n```\n ____                                                               __               \n/\\  _`\\                                                            /\\ \\__            \n\\ \\ \\/\\_\\    ___     ___ ___   _____     ___     ___      __    ___\\ \\ ,_\\    __     \n \\ \\ \\/_/_  / __`\\ /' __` __`\\/\\ '__`\\  / __`\\ /' _ `\\  /'__`\\/' _ `\\ \\ \\/  /'__`\\   \n  \\ \\ \\L\\ \\/\\ \\L\\ \\/\\ \\/\\ \\/\\ \\ \\ \\L\\ \\/\\ \\L\\ \\/\\ \\/\\ \\/\\  __//\\ \\/\\ \\ \\ \\_/\\ \\L\\.\\_ \n   \\ \\____/\\ \\____/\\ \\_\\ \\_\\ \\_\\ \\ ,__/\\ \\____/\\ \\_\\ \\_\\ \\____\\ \\_\\ \\_\\ \\__\\ \\__/.\\_\\\n    \\/___/  \\/___/  \\/_/\\/_/\\/_/\\ \\ \\/  \\/___/  \\/_/\\/_/\\/____/\\/_/\\/_/\\/__/\\/__/\\/_/\n                                 \\ \\_\\                                               \n                                  \\/_/                                               \n```\n\nThis is a QT (C++) port of the [Mobile client](https://github.com/vadniks/ComputerComponentsAndroidApp) \nfor desktop systems. The [Server](https://github.com/vadniks/ComputerComponentsWebApp2_back) \nis required for this client-side application.\n\n## Build\nTo build the application with CLang compiler on Linux machine \njust execute the following commands from the repository root:\n```shell\nmkdir build \u0026\u0026 cd build\ncmake .. \u0026\u0026 make all\nchmod +x build/ccda\n```\nAfter successful build the executable will be located in the `build` folder.\n\n## Screenshots\n![Main page](screenshots/a.png \"Main page\")\n![Select page](screenshots/b.png \"Select page\")\n![Select page showing component details](screenshots/c.png \"Select page showing component details\")\n![Expanded select page showing component details](screenshots/d.png \"Expanded select page showing component details\")\n![About page](screenshots/e.png \"About page\")\n![Login page](screenshots/f.png \"Login page\")\n![Expanded login page](screenshots/g.png \"Expanded login page\")\n![Expanded main page](screenshots/h.png \"Expanded main page\")\n![Orders page](screenshots/i.png \"Orders page\")\n![Orders page](screenshots/j.png \"Orders page\")\n![Login page with credentials](screenshots/k.png \"Login page with credentials\")\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadniks%2Fcomputercomponentsdesktopapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadniks%2Fcomputercomponentsdesktopapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadniks%2Fcomputercomponentsdesktopapp/lists"}