Skip to content

Conversation

ArjinAlbay
Copy link
Member

@ArjinAlbay ArjinAlbay commented Jul 12, 2025

update README structure and content for clarity and organization

issue: #11

issue #10

Summary by CodeRabbit

  • Documentation
    • Completely restructured and reorganized the README for improved clarity and navigation.
    • Separated resources into dedicated sections for Hackathon Participants and Organizers, each with tailored categories.
    • Introduced new categories and reorganized existing ones for better usability.
    • Updated tool descriptions and formatting for consistency.
    • Removed redundant or duplicate entries.

@coderabbitai
Copy link

coderabbitai bot commented Jul 12, 2025

Walkthrough

The README.md file was extensively restructured to improve organization and clarity for hackathon participants and organizers. Categories were renamed, merged, or introduced, tool descriptions were standardized, and redundant entries were removed. The document now features distinct sections tailored for participants and organizers, with improved navigation and formatting.

Changes

File(s) Change Summary
README.md Completely reorganized structure; split into participant and organizer sections; categories renamed, merged, or added; tool entries reformatted and descriptions standardized; redundant entries removed; navigation and clarity improved.

Poem

🐇
In README fields I hop anew,
With sections split for every crew.
Tools and tips, now neat and bright,
For hackers, hosts—each finds delight.
A warren of wisdom, easy to see—
Organized just right, by a clever bunny like me!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🧹 Nitpick comments (3)
README.md (3)

24-27: Indentation breaks list-within-list rendering

The three sub-entries (Fonts / Icons / Illustrations) are indented with four spaces, which GitHub interprets as code-block context, not a nested list. Prefix with two spaces + - (or just one tab) so they render as bullets.

-    - [Fonts](#fonts)
-    - [Icons](#icons)
-    - [Illustrations](#illustrations)
+  - [Fonts](#fonts)
+  - [Icons](#icons)
+  - [Illustrations](#illustrations)

102-107: Nit: alphabetical ordering improves scan-ability

Within “Browser Extensions & Dev Tools” the tools appear random. Alphabetising (ColorZilla, CSSViewer, React DevTools, WhatFont) lets users find an item instantly and reduces churn when adding new entries.


210-216: Clarify the Stability.ai description

“- For stable models” is vague and doesn’t convey why a hacker would open the link. E.g.:

- **[Stability.ai](https://stability.ai/)** - For stable models
+ **[Stability.ai](https://stability.ai/)** - Generative-AI models (Stable Diffusion) with free image API
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 45781f4 and f3f9f95.

📒 Files selected for processing (1)
  • README.md (1 hunks)

Comment on lines +259 to +261
- **[1.1.1.1](https://one.one.one.one)** - Free, public DNS resolver from Cloudflare and APNIC
- **[BrowsecVPN](https://browsec.com/en/=and)** - Free Chrome/Mozilla VPN Extension
- **[ProtonVPN](https://protonvpn.com)** - Free VPN for Win/Mac/Linux
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Broken URL for BrowsecVPN

https://browsec.com/en/=and 404s. Drop the junk query string.

- **[BrowsecVPN](https://browsec.com/en/=and)** - Free Chrome/Mozilla VPN Extension
+ **[BrowsecVPN](https://browsec.com/en/)** - Free Chrome/Mozilla VPN extension
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **[1.1.1.1](https://one.one.one.one)** - Free, public DNS resolver from Cloudflare and APNIC
- **[BrowsecVPN](https://browsec.com/en/=and)** - Free Chrome/Mozilla VPN Extension
- **[ProtonVPN](https://protonvpn.com)** - Free VPN for Win/Mac/Linux
- **[1.1.1.1](https://one.one.one.one)** - Free, public DNS resolver from Cloudflare and APNIC
- **[BrowsecVPN](https://browsec.com/en/)** - Free Chrome/Mozilla VPN extension
- **[ProtonVPN](https://protonvpn.com)** - Free VPN for Win/Mac/Linux
🤖 Prompt for AI Agents
In README.md around lines 259 to 261, the URL for BrowsecVPN contains an invalid
query string '=and' causing a 404 error. Remove the '=and' from the URL so it
correctly points to https://browsec.com/en/ without any extra query parameters.

Comment on lines +8 to +38
### For Hackathon Participants 👨‍💻👩‍💻
1. [AI & Machine Learning](#ai--machine-learning)
2. [AI Development Tools](#ai-development-tools)
3. [APIs & Data Sources](#apis--data-sources)
4. [Authentication & User Management](#authentication--user-management)
5. [Backend Development](#backend-development)
6. [Blockchain & Web3](#blockchain--web3)
7. [Browser Extensions & Dev Tools](#browser-extensions--dev-tools)
8. [Collaboration & Communication](#collaboration--communication)
9. [Cybersecurity Tools](#cybersecurity-tools)
10. [Data Engineering & Analytics](#data-engineering--analytics)
11. [Data Visualization](#data-visualization)
12. [Database & Storage](#database--storage)
13. [Deployment & Hosting](#deployment--hosting)
14. [Design & UI/UX](#design--uiux)
15. [Design Resources](#design-resources)
- [Fonts](#fonts)
- [Icons](#icons)
- [Illustrations](#illustrations)
16. [Frontend Development](#frontend-development)
- [UI Libraries](#ui-libraries)
17. [Game Development](#game-development)
18. [Generators & Snippets](#generators--snippets)
19. [Inspiration & Ideas](#inspiration--ideas)
20. [LLM Models/Tools/Services](#llm-modelstoolsservices)
21. [MCP Servers/Tools](#mcp-serverstools)
22. [Mobile Development](#mobile-development)
23. [Project Starters & Boilerplates](#project-starters--boilerplates)
24. [Testing & Quality Assurance](#testing--quality-assurance)
25. [VPN & Privacy](#vpn--privacy)

Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Use automatic numbering to avoid maintenance headaches

The Participant TOC is manually numbered from 1-25. Every future insertion or removal forces a renumber of all subsequent lines – easy to miss, painful in reviews. Markdown will auto-number if every item simply starts with 1. (GitHub, GitLab, etc. all support this).

-1. [AI & Machine Learning](#ai--machine-learning)
-2. [AI Development Tools](#ai-development-tools)
-3. [APIs & Data Sources](#apis--data-sources)
+1. [AI & Machine Learning](#ai--machine-learning)
+1. [AI Development Tools](#ai-development-tools)
+1. [APIs & Data Sources](#apis--data-sources)

Same applies to the Organizers section.
Converting once now prevents silent drift later.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### For Hackathon Participants 👨‍💻👩‍💻
1. [AI & Machine Learning](#ai--machine-learning)
2. [AI Development Tools](#ai-development-tools)
3. [APIs & Data Sources](#apis--data-sources)
4. [Authentication & User Management](#authentication--user-management)
5. [Backend Development](#backend-development)
6. [Blockchain & Web3](#blockchain--web3)
7. [Browser Extensions & Dev Tools](#browser-extensions--dev-tools)
8. [Collaboration & Communication](#collaboration--communication)
9. [Cybersecurity Tools](#cybersecurity-tools)
10. [Data Engineering & Analytics](#data-engineering--analytics)
11. [Data Visualization](#data-visualization)
12. [Database & Storage](#database--storage)
13. [Deployment & Hosting](#deployment--hosting)
14. [Design & UI/UX](#design--uiux)
15. [Design Resources](#design-resources)
- [Fonts](#fonts)
- [Icons](#icons)
- [Illustrations](#illustrations)
16. [Frontend Development](#frontend-development)
- [UI Libraries](#ui-libraries)
17. [Game Development](#game-development)
18. [Generators & Snippets](#generators--snippets)
19. [Inspiration & Ideas](#inspiration--ideas)
20. [LLM Models/Tools/Services](#llm-modelstoolsservices)
21. [MCP Servers/Tools](#mcp-serverstools)
22. [Mobile Development](#mobile-development)
23. [Project Starters & Boilerplates](#project-starters--boilerplates)
24. [Testing & Quality Assurance](#testing--quality-assurance)
25. [VPN & Privacy](#vpn--privacy)
### For Hackathon Participants 👨‍💻👩‍💻
1. [AI & Machine Learning](#ai--machine-learning)
1. [AI Development Tools](#ai-development-tools)
1. [APIs & Data Sources](#apis--data-sources)
1. [Authentication & User Management](#authentication--user-management)
1. [Backend Development](#backend-development)
1. [Blockchain & Web3](#blockchain--web3)
1. [Browser Extensions & Dev Tools](#browser-extensions--dev-tools)
1. [Collaboration & Communication](#collaboration--communication)
1. [Cybersecurity Tools](#cybersecurity-tools)
1. [Data Engineering & Analytics](#data-engineering--analytics)
1. [Data Visualization](#data-visualization)
1. [Database & Storage](#database--storage)
1. [Deployment & Hosting](#deployment--hosting)
1. [Design & UI/UX](#design--uiux)
1. [Design Resources](#design-resources)
- [Fonts](#fonts)
- [Icons](#icons)
- [Illustrations](#illustrations)
1. [Frontend Development](#frontend-development)
- [UI Libraries](#ui-libraries)
1. [Game Development](#game-development)
1. [Generators & Snippets](#generators--snippets)
1. [Inspiration & Ideas](#inspiration--ideas)
1. [LLM Models/Tools/Services](#llm-modelstoolsservices)
1. [MCP Servers/Tools](#mcp-serverstools)
1. [Mobile Development](#mobile-development)
1. [Project Starters & Boilerplates](#project-starters--boilerplates)
1. [Testing & Quality Assurance](#testing--quality-assurance)
1. [VPN & Privacy](#vpn--privacy)
🤖 Prompt for AI Agents
In README.md between lines 8 and 38, the table of contents for Hackathon
Participants is manually numbered from 1 to 25, which makes maintenance
difficult when adding or removing items. To fix this, replace all manual numbers
with `1.` for each list item so that Markdown automatically handles numbering.
Apply the same change to the Organizers section to ensure consistent automatic
numbering and prevent future manual renumbering errors.

@ArjinAlbay
Copy link
Member Author

@HazarBakir How does it look now?

Copy link
Contributor

@HazarBakir HazarBakir left a comment

Choose a reason for hiding this comment

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

Splitted sections for hackathon participants and organizers,Changed titles and some of the tools. looking good if I didn't miss anything else.

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