{"id":49582639,"url":"https://github.com/adityamishra1105/sortviz","last_synced_at":"2026-05-03T20:43:56.588Z","repository":{"id":301395217,"uuid":"1009100933","full_name":"adityamishra1105/sortviz","owner":"adityamishra1105","description":"Visualizes popular sorting algorithms with animations using Builder.io and TypeScript.","archived":false,"fork":false,"pushed_at":"2025-07-18T19:43:07.000Z","size":133,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T00:13:24.931Z","etag":null,"topics":["algorithm-visualizer","dsa","sorting","sorting-algorithms","sorting-algorithms-implemented","sorting-visualization","tim","typescript","webapp"],"latest_commit_sha":null,"homepage":"https://algovizsort.netlify.app/","language":"TypeScript","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/adityamishra1105.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,"zenodo":null}},"created_at":"2025-06-26T15:19:40.000Z","updated_at":"2025-07-18T19:43:10.000Z","dependencies_parsed_at":"2025-06-26T17:32:51.376Z","dependency_job_id":null,"html_url":"https://github.com/adityamishra1105/sortviz","commit_stats":null,"previous_names":["adityamishra1105/sortviz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adityamishra1105/sortviz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamishra1105%2Fsortviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamishra1105%2Fsortviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamishra1105%2Fsortviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamishra1105%2Fsortviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityamishra1105","download_url":"https://codeload.github.com/adityamishra1105/sortviz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityamishra1105%2Fsortviz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32584651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["algorithm-visualizer","dsa","sorting","sorting-algorithms","sorting-algorithms-implemented","sorting-visualization","tim","typescript","webapp"],"created_at":"2026-05-03T20:43:56.438Z","updated_at":"2026-05-03T20:43:56.580Z","avatar_url":"https://github.com/adityamishra1105.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSortViz – Sorting Algorithm Visualizer\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A single-page application to visualise popular sorting algorithms with clean animations and educational UI\u003cbr\u003e\n  Built with \u003cb\u003eBuilder.io\u003c/b\u003e and exported as a React-compatible frontend project.\n\u003c/p\u003e\n\n---\n\n\u003ch2\u003e🚀 Demo\u003c/h2\u003e\n\n\u003ca href=\"https://algovizsort.netlify.app/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Live%20Demo-Click%20Here-green?style=for-the-badge\"\u003e\n\u003c/a\u003e\n\n---\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003e📚 Features\u003c/b\u003e\u003c/summary\u003e\n\n- Real-time visualisation of sorting algorithms\n- Smooth animations and colour-coded operations\n- SPA architecture for a seamless experience\n- Responsive and mobile-friendly UI\n- Organised layout for code explanation and learning\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003e📊 Algorithms Implemented\u003c/b\u003e\u003c/summary\u003e\n\n- Bubble Sort  \n- Selection Sort  \n- Insertion Sort  \n- Merge Sort  \n- Quick Sort  \n- Heap Sort\n- Shell Sort\n- Count Sort\n- Radix Sort\n- Bucket Sort\n- Tim Sort\n\n\u003c/details\u003e\n\n---\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003e🧰 Tech Stack\u003c/b\u003e\u003c/summary\u003e\n\n| Technology     | Role                          |\n|----------------|-------------------------------|\n| Builder.io     | Visual Layout / CMS Export    |\n| HTML/CSS/JS    | Core structure \u0026 styling      |\n| Java           | Logic implementation reference|\n| Netlify/Vercel | Deployment                    |\n\u003c/details\u003e\n\n---\n\n\u003ch2\u003e🛠️ Getting Started\u003c/h2\u003e\n\n```bash\ngit clone https://github.com/adityamishra1105/SortViz.git\ncd SortViz\nnpm install\nnpm run dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityamishra1105%2Fsortviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityamishra1105%2Fsortviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityamishra1105%2Fsortviz/lists"}