Skip to content

docs: improve README with modern structure and navigation#35

Merged
66-m merged 1 commit into
mainfrom
docs/improve-readme
Mar 11, 2026
Merged

docs: improve README with modern structure and navigation#35
66-m merged 1 commit into
mainfrom
docs/improve-readme

Conversation

@66-m

@66-m 66-m commented Mar 11, 2026

Copy link
Copy Markdown
Owner
  • Added table of contents for quick navigation
  • Reorganized features with collapsible 2D/3D visualization sections
  • Enhanced visual hierarchy with horizontal rules and better spacing
  • Improved code block formatting and requirements presentation
  • Added GitHub release badge
  • Consolidated hero section with badges at top
  • Grouped algorithms into a compact table format

- Added table of contents for quick navigation
- Reorganized features with collapsible 2D/3D visualization sections
- Enhanced visual hierarchy with horizontal rules and better spacing
- Improved code block formatting and requirements presentation
- Added GitHub release badge
- Consolidated hero section with badges at top
- Grouped algorithms into a compact table format
Copilot AI review requested due to automatic review settings March 11, 2026 22:40
@66-m 66-m merged commit c949f32 into main Mar 11, 2026
3 checks passed
@66-m 66-m deleted the docs/improve-readme branch March 11, 2026 22:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository documentation and contributor tooling to make the project easier to navigate and to standardize local commit workflow guidance.

Changes:

  • Modernizes README.md structure with a centered hero section, release badge, TOC, and reorganized feature lists.
  • Adds a GitHub prompt file to guide creating branches and committing changes using Conventional Commits.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Restructures project documentation with navigation, clearer setup/build steps, and reorganized features/visualizations.
.github/prompts/commit.prompt.md Adds an agent prompt describing a standardized branch + commit workflow and push advice.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread README.md
Comment on lines +123 to +131
- Hoops
- Morphing Shell
- Mosaic Squares

</details>

<details>
<summary>3D Visualizations (10)</summary>

Copilot AI Mar 11, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Visualizations section classifies “Morphing Shell” under 2D, but in the codebase MorphingShell is labeled as a 3D visualization (its name is "3D - Morphing Shell"). Please move it to the 3D list so the 2D/3D grouping matches what the app shows (and so the 3D list actually contains 10 items).

Copilot uses AI. Check for mistakes.
Comment thread README.md
</div>
<br />
This sorting visualizer offers both visual and auditory demonstrations of sorting algorithms. It features 22 different sorting methods represented through a collection of 30 visuals, including a selection of 3D models. A settings menu is included to enable users to adjust the appearance and functionality of the visualizer.
<p>Visualize and audiolize sorting algorithms in real time — with 22 algorithms, 30 visualizations, and full 3D support.</p>

Copilot AI Mar 11, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“audiolize” is not standard spelling in English and reads like a typo in the project tagline. Consider replacing it with a more common verb (e.g., “sonify” / “add audio to”) to improve readability/searchability.

Suggested change
<p>Visualize and audiolize sorting algorithms in real time — with 22 algorithms, 30 visualizations, and full 3D support.</p>
<p>Visualize and add audio to sorting algorithms in real time — with 22 algorithms, 30 visualizations, and full 3D support.</p>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants