{"id":31759767,"url":"https://github.com/programandoconro/repo-searcher","last_synced_at":"2026-05-15T13:03:50.069Z","repository":{"id":304907983,"uuid":"1016642025","full_name":"programandoconro/repo-searcher","owner":"programandoconro","description":"Search repositories with advanced filtering","archived":false,"fork":false,"pushed_at":"2025-07-16T00:39:59.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T01:10:03.428Z","etag":null,"topics":["github-search","mui","react","swr","typescript"],"latest_commit_sha":null,"homepage":"https://repo-searcher-mu.vercel.app","language":"TypeScript","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/programandoconro.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,"zenodo":null}},"created_at":"2025-07-09T10:03:18.000Z","updated_at":"2025-07-16T01:45:19.000Z","dependencies_parsed_at":"2025-07-17T07:48:49.321Z","dependency_job_id":"7718d01b-f358-4523-9c04-63516f91996f","html_url":"https://github.com/programandoconro/repo-searcher","commit_stats":null,"previous_names":["programandoconro/repo-searcher"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/programandoconro/repo-searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programandoconro%2Frepo-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programandoconro%2Frepo-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programandoconro%2Frepo-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programandoconro%2Frepo-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programandoconro","download_url":"https://codeload.github.com/programandoconro/repo-searcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programandoconro%2Frepo-searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002072,"owners_count":26083285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github-search","mui","react","swr","typescript"],"created_at":"2025-10-09T21:17:14.924Z","updated_at":"2025-10-09T21:17:21.829Z","avatar_url":"https://github.com/programandoconro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵 Repo Searcher\n\nA responsive web application built with **[React](https://react.dev/)**, **[Vite](https://vitejs.dev/)**, **[MUI](https://mui.com/)**, and **[SWR](https://swr.vercel.app/)** that allows users to search GitHub repositories using keywords, advanced filters, and query qualifiers. Features include pagination, sorting, global state management, theming, and responsive design.\n\n\u003e 🔗 Live (deployed on Vercel): [https://repo-searcher-mu.vercel.app/](https://repo-searcher-mu.vercel.app/)\n\n---\n\n## ✨ Features\n\n- 🔍 **Keyword Search**: Search GitHub repositories by name, description, or topic\n- 🧠 **Advanced Search Modal**: Add filters for:\n  - `language`, `stars`, `user`, `topic`, `created`\n  - `good-first-issues`, `help-wanted-issues`\n- ✍️ **Query Qualifier Support**: Type [GitHub search qualifiers](https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories) directly into the search bar (e.g. `language:typescript stars:\u003e100 topic:cli`)\n- 🔢 **Pagination**: Browse results using GitHub's paginated API\n- 🎛️ **Sort \u0026 Order Menu**: Sort results by `stars`, `forks`, `help-wanted-issues`, or `updated`, and toggle ascending/descending order\n- ⬇️ **Expandable Descriptions**: Collapsible sections reveal full repository descriptions\n- 🔁 **Shared State with [SWR](https://swr.vercel.app/)**: Used for both data fetching, caching results _and_ global UI state management\n- 🎨 **Dark/Light Mode**: Built with [MUI](https://mui.com/)'s theme system\n- 📱 **Mobile-Friendly UI**: Responsive layout for all screen sizes\n- 🧩 **Modular Architecture**: Well-structured and scalable component system\n- 🚫 **GitHub API Limit Handling**: Works within the 1,000 result cap of GitHub’s API\n\n---\n\n## 🛠 Tech Stack\n\n- [**React**](https://react.dev/)\n- [**Vite**](https://vitejs.dev/)\n- [**TypeScript**](https://www.typescriptlang.org/)\n- [**MUI (Material UI)**](https://mui.com/)\n- [**SWR**](https://swr.vercel.app/)\n- [**GitHub REST API**](https://docs.github.com/en/rest/search/search)\n\n---\n\n```bash\nnpm install\n```\n\n▶️ Run the Dev Server\n\n```bash\nnpm run dev\n```\n\n🔐 Optional: GitHub Token\nAvoid hitting GitHub’s unauthenticated API rate limits by setting a personal access token:\n\n```bash\n# .env\nVITE_GITHUB_TOKEN=your_github_token\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramandoconro%2Frepo-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramandoconro%2Frepo-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramandoconro%2Frepo-searcher/lists"}