Priority: High
Problem
Every link in README.md uses [π](url) as the anchor text. This is:
- Bad for accessibility β screen readers announce the emoji, not the destination.
- Bad for SEO / search β anchor text carries no semantic meaning.
- Redundant β the
Name column already describes the entry; a separate Link column isn't needed.
Recommendation
Switch from a 3-column table to a bulleted list format per category:
- [365 Days Computer Vision Learning](https://github.com/ashishpatel26/365-Days-Computer-Vision-Learning-Linkedin-Post) β daily CV notes
- [Treasure of Transformers](https://github.com/ashishpatel26/Treasure-of-Transformers) β 125+ NLP language models
Acceptance criteria
- Anchor text is descriptive (the project name).
- No decorative-only emoji anchors.
Part of the repo audit backlog. Best done together with #5 (categorization).
Priority: High
Problem
Every link in
README.mduses[π](url)as the anchor text. This is:Namecolumn already describes the entry; a separateLinkcolumn isn't needed.Recommendation
Switch from a 3-column table to a bulleted list format per category:
Acceptance criteria
Part of the repo audit backlog. Best done together with #5 (categorization).