{"id":29953037,"url":"https://github.com/raulmaulidhino-dev/bugar-test-excel-vba","last_synced_at":"2026-02-11T03:32:40.942Z","repository":{"id":290187721,"uuid":"973226640","full_name":"raulmaulidhino-dev/bugar-test-excel-vba","owner":"raulmaulidhino-dev","description":"BugarTest is a simple, interactive and dynamic physical fitness test app created with Excel VBA App and Microsoft Excel.","archived":false,"fork":false,"pushed_at":"2025-05-18T16:21:33.000Z","size":25115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T11:56:21.287Z","etag":null,"topics":["excel","fitness-app","physical-fitness","vba-excel","vba-macro","vba-modules"],"latest_commit_sha":null,"homepage":"","language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raulmaulidhino-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-26T14:39:06.000Z","updated_at":"2025-05-18T16:21:37.000Z","dependencies_parsed_at":"2025-08-31T11:54:14.803Z","dependency_job_id":null,"html_url":"https://github.com/raulmaulidhino-dev/bugar-test-excel-vba","commit_stats":null,"previous_names":["raulmaulidhino-dev/bugar-test-excel-vba"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raulmaulidhino-dev/bugar-test-excel-vba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulmaulidhino-dev%2Fbugar-test-excel-vba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulmaulidhino-dev%2Fbugar-test-excel-vba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulmaulidhino-dev%2Fbugar-test-excel-vba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulmaulidhino-dev%2Fbugar-test-excel-vba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulmaulidhino-dev","download_url":"https://codeload.github.com/raulmaulidhino-dev/bugar-test-excel-vba/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulmaulidhino-dev%2Fbugar-test-excel-vba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T02:08:56.257Z","status":"ssl_error","status_checked_at":"2026-02-11T02:08:51.338Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["excel","fitness-app","physical-fitness","vba-excel","vba-macro","vba-modules"],"created_at":"2025-08-03T14:16:36.878Z","updated_at":"2026-02-11T03:32:40.928Z","avatar_url":"https://github.com/raulmaulidhino-dev.png","language":"VBA","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BugarTest Logo](./docs/assets/img/BugarTest_Logo.png)\n\n\n# BugarTest 💪 🏃 📊\n\n\n\n\nBugarTest is a simple, interactive and dynamic physical fitness test app created with [Excel VBA App](https://learn.microsoft.com/en-us/office/vba/library-reference/concepts/getting-started-with-vba-in-office) and [Microsoft Excel](https://www.microsoft.com/en-us/microsoft-365/excel).\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nThe things you need before installing the software.\n\n* [Microsoft Excel](https://www.microsoft.com/en-us/microsoft-365/excel) installed (any version that support VBA, like Excel 2007 or newer)\n* [Macro](https://learn.microsoft.com/en-us/office/vba/library-reference/concepts/getting-started-with-vba-in-office#macros-and-the-visual-basic-editor) enabled when opening the project\n* [VBA](https://learn.microsoft.com/en-us/office/vba/library-reference/concepts/getting-started-with-vba-in-office) enabled (normally built into Excel)\n* Placing the file in a [Trusted Location](https://support.microsoft.com/en-us/office/change-macro-security-settings-in-excel-a97c09d2-c082-46b8-b19f-e8621e8fe373) to avoid security warnings\n* [Git](https://git-scm.com/downloads) installed (optional but recommended)\n\n### Installation\n\nA step by step guide that will tell you how to get the development environment up and running.\n\nUsing Git\n\n```\ngit clone https://github.com/raulmaulidhino-dev/bugar-test-excel-vba.git\ncd bugar-test-excel-vba/src\n```\n\nOr you can also install the zip file and unzip it after installation.\n\n\n## Usage\n\n\nTo use the app, you can open the Excel with Macro file named `BugarTest.xlsm` inside `src` folder in your **Microsoft Excel** with **Macro enabled** and start experimenting!\n\n\n### Exporting Components\n\nTo export all VBA components in a folder, please follow these steps:\n1. Open the **Excel Workbook** containing the BugarTest VBA project you want to export\n2. Press \u003ccode\u003eAlt\u003c/code\u003e + \u003ccode\u003eF11\u003c/code\u003e to open the **VBA Editor**\n3. Look for a module file named `ComponentExporter`\n4. Click it to see the module file\n5. Press \u003ccode\u003eF5\u003c/code\u003e to run the exporting process\n6. After the process finished, you will get a window telling you the folder path containing the exported components\n\n\n### Importing Components\n\nTo import all VBA components in a folder, please follow these steps:\n1. Open the **Excel Workbook** containing the BugarTest VBA project you want to import\n2. Press \u003ccode\u003eAlt\u003c/code\u003e + \u003ccode\u003eF11\u003c/code\u003e to open the **VBA Editor**\n3. Look for a module file named `ComponentImporter`\n4. Click it to see the module file\n5. Before running the file, make sure there is a folder named `components` (or you can change it in the file as you like) containing the VBA components (in .bas or .frm [with .frx] format)\n6. Press \u003ccode\u003eF5\u003c/code\u003e to run the importing process\n7. After the process finished, you will get a window telling you that the files were imported successfully!\n\n\n--\n\n## App Logo\n\n\n\u003cimg src=\"./docs/assets/img/BugarTest_Logo-Square.png\" style=\"min-width: 1360px; width: 50%;\" /\u003e\n\n\nMade with ❤️ in Indonesia 🇮🇩\n\n\nMIT (Modified) © [Raul Maulidhino](https://rauldev.my.id)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulmaulidhino-dev%2Fbugar-test-excel-vba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulmaulidhino-dev%2Fbugar-test-excel-vba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulmaulidhino-dev%2Fbugar-test-excel-vba/lists"}