{"id":21708366,"url":"https://github.com/tpstark137/algoviz","last_synced_at":"2026-05-04T20:38:06.904Z","repository":{"id":256923712,"uuid":"856363182","full_name":"tpstark137/AlgoViz","owner":"tpstark137","description":"Visualize various classic sorting algorithms","archived":false,"fork":false,"pushed_at":"2024-09-23T04:11:25.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T08:03:23.609Z","etag":null,"topics":["bubble-sort","heapsort","insertion-sort","merge-sort","quick-sort","reactjs","selection-sort","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://algo-viz-xi.vercel.app/","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/tpstark137.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":"2024-09-12T13:05:52.000Z","updated_at":"2024-09-23T04:15:54.000Z","dependencies_parsed_at":"2025-03-20T17:32:22.243Z","dependency_job_id":null,"html_url":"https://github.com/tpstark137/AlgoViz","commit_stats":null,"previous_names":["tpstark137/algoviz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpstark137/AlgoViz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FAlgoViz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FAlgoViz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FAlgoViz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FAlgoViz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpstark137","download_url":"https://codeload.github.com/tpstark137/AlgoViz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FAlgoViz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32624617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["bubble-sort","heapsort","insertion-sort","merge-sort","quick-sort","reactjs","selection-sort","sorting-algorithms"],"created_at":"2024-11-25T22:23:24.923Z","updated_at":"2026-05-04T20:38:06.887Z","avatar_url":"https://github.com/tpstark137.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AlgoViz: Interactive Sorting Algorithm Visualizer\n\n## Overview\n\n**AlgoViz** is a Progressive Web App (PWA) developed with ReactJS to visualize various classic sorting algorithms. The tool provides real-time, interactive animations that help users better understand how these algorithms function across multiple platforms.\n\n## Features\n\n- **Interactive animations**: Users can see how sorting algorithms like Bubble Sort, Merge Sort, Quick Sort, and others work step by step.\n- **Cross-platform compatibility**: Being a PWA, AlgoViz works seamlessly on desktop and mobile platforms.\n- **User control**: Users can control the speed of animations, shuffle the data, and select different array sizes.\n- **Educational tool**: Designed to help users understand sorting algorithms in an intuitive, visual manner.\n\n## Tech Stack\n\n- **ReactJS**: For building the user interface and handling state.\n- **CSS**: For styling and responsive design.\n\n## Installation and Setup\n\n### Prerequisites\n\n- **Node.js** (v12+)\n- **npm** or **yarn**\n\n### Steps to Setup:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/tpstark137/AlgoViz.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd AlgoViz\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n   or if using yarn:\n   ```bash\n   yarn install\n   ```\n4. Run the development server:\n   ```bash\n   npm run dev\n   ```\n   or with yarn:\n   ```bash\n   yarn start\n   ```\n5. Open your browser and navigate to `http://localhost:3000` to view the application.\n\n## Usage\n\n- Select a sorting algorithm from the dropdown menu.\n- Adjust the array size and animation speed using the available controls.\n- Press \"Sort\" to begin the visualization and watch the algorithm work in real-time.\n- Use \"Reset\" to randomize the array again for a new sorting session.\n\n## Supported Sorting Algorithms\n\n- **Bubble Sort**\n- **Heap Sort**\n- **Insertion Sort**\n- **Merge Sort**\n- **Quick Sort**\n- **Selection Sort**\n\n## Future Enhancements\n\n- Adding more algorithms such as Radix Sort, Counting Sort, etc.\n- Improving the UI/UX with additional themes.\n- Introducing detailed explanations for each step in the algorithms.\n- Adding support for custom user input arrays.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue if you have suggestions or want to help improve the project.\n\n## Contact\n\nFor any queries or issues, reach out at:\n\n- **GitHub**: [tpstark137](https://github.com/tpstark137)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpstark137%2Falgoviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpstark137%2Falgoviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpstark137%2Falgoviz/lists"}