{"id":20741545,"url":"https://github.com/thuongtruong1009/gitbox","last_synced_at":"2026-03-14T22:38:01.963Z","repository":{"id":38681236,"uuid":"414991881","full_name":"thuongtruong1009/gitbox","owner":"thuongtruong1009","description":"🔍Generate details your statistics of GitHub data information when searching","archived":false,"fork":false,"pushed_at":"2023-01-26T16:54:23.000Z","size":13880,"stargazers_count":18,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-30T09:25:29.712Z","etag":null,"topics":["api","fetch-api","git","github","github-config","hacktoberfest2021","html","javascript","netlify","pinia","promise","rest-api","router","search-engine","typescript","vite","vue","vue3","vuejs","windicss"],"latest_commit_sha":null,"homepage":"https://gitbox.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thuongtruong1009.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"thuongtruong1009","ko_fi":"thuongtruong1009","open_collective":"ambition-fund","custom":["https://paypal.me/thuongtruong1009","https://nhantien.momo.vn/0917085937"]}},"created_at":"2021-10-08T13:11:42.000Z","updated_at":"2025-01-16T17:06:33.000Z","dependencies_parsed_at":"2023-02-14T19:46:34.395Z","dependency_job_id":null,"html_url":"https://github.com/thuongtruong1009/gitbox","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/thuongtruong1009/gitbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuongtruong1009%2Fgitbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuongtruong1009%2Fgitbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuongtruong1009%2Fgitbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuongtruong1009%2Fgitbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thuongtruong1009","download_url":"https://codeload.github.com/thuongtruong1009/gitbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuongtruong1009%2Fgitbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30520717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T19:51:21.629Z","status":"ssl_error","status_checked_at":"2026-03-14T19:51:12.959Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","fetch-api","git","github","github-config","hacktoberfest2021","html","javascript","netlify","pinia","promise","rest-api","router","search-engine","typescript","vite","vue","vue3","vuejs","windicss"],"created_at":"2024-11-17T06:42:01.557Z","updated_at":"2026-03-14T22:38:01.940Z","avatar_url":"https://github.com/thuongtruong1009.png","language":"Vue","funding_links":["https://github.com/sponsors/thuongtruong1009","https://ko-fi.com/thuongtruong1009","https://opencollective.com/ambition-fund","https://paypal.me/thuongtruong1009","https://nhantien.momo.vn/0917085937","https://www.paypal.me/thuongtruong1009","https://ko-fi.com/thuongtruong1009'"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"./public/favicon.svg\"/\u003e\n    GITBOX\n\u003c/h1\u003e\n\n## Preview\n\n![Home](/public/preview/demo_version5.png)\n\n## Proccess\n![Project](/public//preview/demo_project.png)\n## Features\n+ [chart](https://vuejsprojects.com/vue-morris)\n\n## Exploring\n+ Developing **VueJs 3** framwork in **ViteJs** module with **TypeScript** option.\n+ **Composition API** for [hook](https://vuejs.org/guide/essentials/lifecycle.html) in Vue3\n+ Get acquainted with **[REST API GITHUB](https://docs.github.com/en/rest)**\n+ Using [axios](https://www.npmjs.com) HTTP Client library and **fetch()** method to fetch data links with support of [Postman](https://www.postman.com).\n+ Transporting data between components by [event bus](https://v3.vuejs.org/guide/migration/events-api.html#overview)  library in Javascript.\n+ The template uses Vue 3 `\u003cscript setup\u003e` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.\n\n## Setup project\n\nSetup dependencies\n```script\nnpm install\n```\nEnviroment variables\n```bash\n # create .env.\u003cmode\u003e\nVITE_API_USERNAME=\u003cyour_username\u003e\n```\nCompiles and hot-reloads for development\n```script\nnpm run dev\n```\nCompiles and minifies for production\n```script\nnpm run build\n```\nLints and fixes files\n```script\nnpm run lint\n```\n\n## Type Support For `.vue` Imports in TS\n\n* Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's `.vue` type support plugin by running `Volar: Switch TS Plugin on/off` from VSCode command palette.\n\n## 🤝 Join with me\n+ #### Code together in the development to build perfect products.\n+ #### You can give a **star**/**fork**/**comment discuss**/**make issues**/**create Pull-Request** about source code to develop this me project. It can save it on release history.\n+ #### Any problem, should contact me via [email](mailto:ititiu19228@student.hcmiu.edu.vn).\n+ #### Following **ECL-2.0 LICENSE** about @Copyright of [@thuongtruong1009](https://github.com/thuongtruong1009), 2021.\n\n## 🔧 Tools and references\n+ Recommended IDE setup: [Visual Studio Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar).\n+ Extension: Vetur, Prettier, ESLint...\n+ Get started at [ViteJs](https://vitejs.dev/).\n+ Learning front-end full course at [front-end course](https://github.com/thuongtruong1009/fontend-master).\n\n### ❤️ Support me\n[![MOMO](https://img.shields.io/badge/-MOMO-red?style=for-the-badge\u0026labelColor=pink\u0026logo=MOMO\u0026logoColor=black)](https://nhantien.momo.vn/0917085937)\n\u003ca href=\"https://www.paypal.me/thuongtruong1009\"\u003e\n  \u003cimg height=\"25\" marginTop=\"10\" src=\"https://quyetdao.com/wp-content/uploads/2019/04/paypal-logo.png\"\u003e\n\u003c/a\u003e\n\u003ca href='https://ko-fi.com/thuongtruong1009' target='_blank'\u003e\u003cimg height='25' style='border:0px;height:28px;color:blue' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuongtruong1009%2Fgitbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthuongtruong1009%2Fgitbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuongtruong1009%2Fgitbox/lists"}