{"id":51464660,"url":"https://github.com/simplearyan/repos","last_synced_at":"2026-07-06T09:31:50.456Z","repository":{"id":347471259,"uuid":"1194151087","full_name":"simplearyan/repos","owner":"simplearyan","description":"🚀 Automated GitHub Portfolio Dashboard","archived":false,"fork":false,"pushed_at":"2026-06-16T06:23:36.000Z","size":182,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T08:18:43.947Z","etag":null,"topics":["repos-page"],"latest_commit_sha":null,"homepage":"https://simplearyan.github.io/repos/","language":"HTML","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/simplearyan.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-28T01:29:06.000Z","updated_at":"2026-06-16T06:23:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/simplearyan/repos","commit_stats":null,"previous_names":["simplearyan/repos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplearyan/repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Frepos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Frepos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Frepos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Frepos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplearyan","download_url":"https://codeload.github.com/simplearyan/repos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Frepos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35185688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":["repos-page"],"created_at":"2026-07-06T09:31:49.806Z","updated_at":"2026-07-06T09:31:50.416Z","avatar_url":"https://github.com/simplearyan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Portfolio Dashboard\n\nA fast, minimalist, and dynamic portfolio dashboard that automatically fetches and displays your public GitHub repositories. Built with performance in mind, it uses a multi-layered caching strategy to ensure fast load times and avoid GitHub API rate limits.\n\n## ✨ Features\n\n- **Multi-layered Data Fetching**:\n  - **Level 1**: Instant load from `localStorage` cache.\n  - **Level 2**: Fast load from a static `repos.json` file (generated by GitHub Actions).\n  - **Level 3**: Fallback to live GitHub API fetching if needed.\n- **Automated Updates**: Uses GitHub Actions to fetch your latest repos every hour and commit them to a `repos.json` file.\n- **Search \u0026 Filter**: Instantly search through your repositories by name, description, or language.\n- **Responsive Design**: Clean and modern styling using Tailwind CSS, optimized for all screen sizes.\n- **Multiple Versions**: Includes both a vanilla HTML/JS version and a React component version.\n\n## 📂 Project Structure\n\n- `index.html` - The vanilla HTML, Tailwind CSS, and JavaScript implementation. Ready to be hosted directly on GitHub Pages.\n- `design/dashboard.jsx` - A React implementation of the dashboard using modern hooks and components.\n- `.github/workflows/update-repos.yml` - The GitHub Action that automatically updates the repository data.\n\n## 🚀 Getting Started\n\nTo use this portfolio for your own GitHub profile, follow these steps:\n\n### 1. Update your Username\nOpen `index.html` (or `design/dashboard.jsx` if using React) and replace the default GitHub username with your own:\n\n```javascript\nconst GITHUB_USERNAME = \"your_username\";\n```\n\n### 2. Update GitHub Actions Workflow\nOpen `.github/workflows/update-repos.yml` and replace the username in the `curl` URL to fetch your repositories:\n\n```yaml\ncurl -H \"Accept: application/vnd.github.v3+json\" \\\n     \"https://api.github.com/users/your_username/repos?sort=updated\u0026per_page=100\" \u003e repos.json\n```\n\n### 3. Configure GitHub Actions Permissions\nThe automated workflow needs permission to commit the `repos.json` file back to your repository.\n1. Go to your repository **Settings**.\n2. Navigate to **Actions** \u003e **General**.\n3. Under **Workflow permissions**, select **\"Read and write permissions\"** and click **Save**.\n\n### 4. Enable GitHub Pages\n1. Go to your repository **Settings**.\n2. Navigate to **Pages**.\n3. Under **Source**, select `Deploy from a branch`.\n4. Choose the `main` branch and the `/` (root) folder, then **Save**.\nYour portfolio will soon be available at `https://your_username.github.io/repository_name/`.\n\n## 🛠️ Built With\n\n- **HTML5 \u0026 Vanilla JavaScript**\n- **React.js** (Alternative version available in `design/`)\n- **Tailwind CSS** \n- **Lucide Icons**\n- **GitHub API \u0026 GitHub Actions**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplearyan%2Frepos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplearyan%2Frepos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplearyan%2Frepos/lists"}