{"id":25904185,"url":"https://github.com/ssulaimanw345/algorithm-analyzer-react","last_synced_at":"2026-05-07T01:02:20.481Z","repository":{"id":61247676,"uuid":"549741314","full_name":"SSulaimanW345/algorithm-analyzer-react","owner":"SSulaimanW345","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-17T15:06:03.000Z","size":1253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T19:37:12.065Z","etag":null,"topics":["algorithms","bubblesort","mergesort","reactjs"],"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/SSulaimanW345.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":"2022-10-11T16:58:25.000Z","updated_at":"2025-02-17T15:06:57.000Z","dependencies_parsed_at":"2025-02-17T16:33:06.967Z","dependency_job_id":null,"html_url":"https://github.com/SSulaimanW345/algorithm-analyzer-react","commit_stats":null,"previous_names":["ssulaimanw345/algorithm-analyzer-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SSulaimanW345/algorithm-analyzer-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSulaimanW345%2Falgorithm-analyzer-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSulaimanW345%2Falgorithm-analyzer-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSulaimanW345%2Falgorithm-analyzer-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSulaimanW345%2Falgorithm-analyzer-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SSulaimanW345","download_url":"https://codeload.github.com/SSulaimanW345/algorithm-analyzer-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSulaimanW345%2Falgorithm-analyzer-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32718323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["algorithms","bubblesort","mergesort","reactjs"],"created_at":"2025-03-03T04:17:30.852Z","updated_at":"2026-05-07T01:02:20.424Z","avatar_url":"https://github.com/SSulaimanW345.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr /\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/SSulaimanW345/algorithm-analyzer-react/master/algorithm-analyzer-banner.gif\" alt=\"Project Banner\"\u003e\n\u003cbr /\u003e\n\n  \u003cdiv\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-React_JS-black?style=for-the-badge\u0026logoColor=white\u0026logo=react\u0026color=61DAFB\" alt=\"react.js\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-Tailwind_CSS-black?style=for-the-badge\u0026logoColor=white\u0026logo=tailwindcss\u0026color=06B6D4\" alt=\"tailwindcss\" /\u003e\n  \u003c/div\u003e\n\n  \u003ch3 align=\"center\"\u003eAn Algorithm Analyzer\u003c/h3\u003e\n\n\u003c/div\u003e\n\n## \u003ca name=\"introduction\"\u003e🤖 Introduction\u003c/a\u003e\n\nBuilt with React.js and styled with TailwindCSS, the Algorithm Analyzer is a dynamic tool for visualizing and understanding algorithm execution. It supports 10+ algorithms, allows step-by-step control, speed adjustments, and seamless .txt file uploads, making learning and analysis more interactive. 🚀\n\n## \u003ca name=\"tech-stack\"\u003e⚙️ Tech Stack\u003c/a\u003e\n\n- Node.js\n- React.js\n- Tailwind CSS\n\n## \u003ca name=\"features\"\u003e🔋 Features\u003c/a\u003e\n\n👉 Flexible Input Handling: Upload a .txt file with comma-separated numbers or enter data manually to run algorithms effortlessly.\n\n👉 Diverse Algorithm Support: Execute and compare 10+ sorting algorithms with real-time visualization.\n\n👉 Interactive Controls: Step through execution with Stop/Forward buttons, adjust speed, and analyze every stage dynamically.\n\n\n## \u003ca name=\"quick-start\"\u003e🤸 Quick Start\u003c/a\u003e\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [npm](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/SSulaimanW345/algorithm-analyzer-react.git\n\n```\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\n```\n\n**Running the Project**\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssulaimanw345%2Falgorithm-analyzer-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssulaimanw345%2Falgorithm-analyzer-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssulaimanw345%2Falgorithm-analyzer-react/lists"}