{"id":21246868,"url":"https://github.com/apfirebolt/data-structures-and-algorithms-in-javascript","last_synced_at":"2026-05-17T21:08:09.755Z","repository":{"id":114819061,"uuid":"369718954","full_name":"Apfirebolt/Data-structures-and-Algorithms-in-Javascript","owner":"Apfirebolt","description":"Some DS and Algo programs in Javascript","archived":false,"fork":false,"pushed_at":"2021-12-10T19:09:49.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T00:45:39.091Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures","javascript","primevue","vue2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Apfirebolt.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":"2021-05-22T05:01:07.000Z","updated_at":"2021-12-10T19:09:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecbb66a8-c352-46b6-8e63-03395b03c9a1","html_url":"https://github.com/Apfirebolt/Data-structures-and-Algorithms-in-Javascript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2FData-structures-and-Algorithms-in-Javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2FData-structures-and-Algorithms-in-Javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2FData-structures-and-Algorithms-in-Javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2FData-structures-and-Algorithms-in-Javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apfirebolt","download_url":"https://codeload.github.com/Apfirebolt/Data-structures-and-Algorithms-in-Javascript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685528,"owners_count":20330980,"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","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":["algorithms","algorithms-and-data-structures","data-structures","javascript","primevue","vue2"],"created_at":"2024-11-21T02:08:22.658Z","updated_at":"2026-05-17T21:08:09.727Z","avatar_url":"https://github.com/Apfirebolt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Data Structures and Algorithms\n\nA simple dinosaur info app to show dino data in form of table using ag-grid and related libraries.\n\n![Vue.js](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge\u0026logo=vue.js\u0026logoColor=4FC08D)\n![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)\n![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n\n## Table of Contents\n1. [Project Briefing](#project-briefing)\n2. [Technologies Used](#technologies-used)\n3. [Screenshots](#screenshots)\n4. [Updates](#updates)\n5. [Thank You](#thank-you)\n\n## Project Briefing\n\nThis repository would have some solutions of data structures and algorithm related problems using Vue JS components.\n\n## Technologies Used\n- Vue 3\n- Vite\n- JavaScript (ES6+)\n- HTML5\n- CSS3\n\n## Writing Test cases\n\nTest cases are written using Vitest framework. Install the related dependencies for the testing framework and tweak vite config settings.\n\n```Javascript\nimport { defineConfig } from 'vite'\nimport vue from '@vitejs/plugin-vue'\n\n// https://vite.dev/config/\nexport default defineConfig({\n  plugins: [vue()],\n  test: {\n    environment: 'happy-dom',\n  },\n  server: {\n    port: 8080\n  }\n})\n```\n\n![Dinosaur Table View](./screenshots/1.png)\n\n## Updates\n- **v1.0.0**: Initial release with basic functionality.\n- **v1.1.0**: Added new features and improved performance.\n\n## Thank You\nThank you for exploring the Vue Dino App! Feel free to contribute or provide feedback to help improve the project. If you liked this project consider giving it a ⭐\n\nLearn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fdata-structures-and-algorithms-in-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfirebolt%2Fdata-structures-and-algorithms-in-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fdata-structures-and-algorithms-in-javascript/lists"}