{"id":24702758,"url":"https://github.com/jayeshlab/vue3-crypto-dashboard","last_synced_at":"2025-10-09T09:30:26.191Z","repository":{"id":272140411,"uuid":"915625668","full_name":"JayeshLab/vue3-crypto-dashboard","owner":"JayeshLab","description":"Cryptocurrency Dashboard made with Vue 3","archived":false,"fork":false,"pushed_at":"2025-01-27T18:58:28.000Z","size":436,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:11:29.549Z","etag":null,"topics":["amcharts5","binance","binance-api","bootstrap5","chart","cryptocurrency","dashboard","pinia","svg","vue","vue-crypto-dashboard","vue-router4","vue3-composition-api","vue3-typescript","websocket"],"latest_commit_sha":null,"homepage":"https://vue3-crypto-dashboard.vercel.app/","language":"Vue","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/JayeshLab.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":"2025-01-12T11:27:52.000Z","updated_at":"2025-03-25T16:31:17.000Z","dependencies_parsed_at":"2025-01-13T15:18:31.257Z","dependency_job_id":null,"html_url":"https://github.com/JayeshLab/vue3-crypto-dashboard","commit_stats":null,"previous_names":["jayeshlab/vue3-crypto-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JayeshLab/vue3-crypto-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayeshLab%2Fvue3-crypto-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayeshLab%2Fvue3-crypto-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayeshLab%2Fvue3-crypto-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayeshLab%2Fvue3-crypto-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayeshLab","download_url":"https://codeload.github.com/JayeshLab/vue3-crypto-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayeshLab%2Fvue3-crypto-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001132,"owners_count":26083022,"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-09T02:00:07.460Z","response_time":59,"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":["amcharts5","binance","binance-api","bootstrap5","chart","cryptocurrency","dashboard","pinia","svg","vue","vue-crypto-dashboard","vue-router4","vue3-composition-api","vue3-typescript","websocket"],"created_at":"2025-01-27T05:51:20.049Z","updated_at":"2025-10-09T09:30:25.827Z","avatar_url":"https://github.com/JayeshLab.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue 3 Crypto Dashboard\n\nA Cryptocurrency Dashboard build with Vue 3 in Vite, PWA enabled, Binance Websocket API for realtime price, amChart5 for displaying historical charts, SVG Sparkline Chart and Latest News feed from Cryptocompare site.\n\nDemo: [https://vue3-crypto-dashboard.vercel.app/](https://vue3-crypto-dashboard.vercel.app/)\n\n\n![vd1](https://github.com/user-attachments/assets/9410a4f7-c263-40b2-8936-bfb801b67c84)\n\n![vd2](https://github.com/user-attachments/assets/1832fa0c-9830-48b1-8267-ddf3080ad20a)\n\n\n \n## Tech Stacks\n\n- [Vite](https://vite.dev/)\n- [Vue 3](https://vuejs.org/guide/introduction.html)\n- [Pinia](https://pinia.vuejs.org/)\n- [Vue Router 4](https://router.vuejs.org/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Sass](http://sass-lang.com/)\n- [Bootstrap 5](https://getbootstrap.com/docs/5.3/getting-started/introduction/)\n- [Binance Websocket Stream](https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md)\n- [amcharts5](https://www.amcharts.com/)\n- [Cryptocompare News Api](https://min-api.cryptocompare.com/)\n- [Custom Sparkline chart](https://github.com/JayeshLab/vue3-crypto-dashboard/blob/main/src/components/SparkLine.vue)\n- [Custom Searchable Dropdown](https://github.com/JayeshLab/vue3-crypto-dashboard/blob/main/src/components/SearchableDropdown.vue)\n- [Custom Binance Websocket Api](https://github.com/JayeshLab/vue3-crypto-dashboard/blob/main/src/services/api.ts)\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayeshlab%2Fvue3-crypto-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayeshlab%2Fvue3-crypto-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayeshlab%2Fvue3-crypto-dashboard/lists"}