{"id":13941371,"url":"https://github.com/jimbrig/projects","last_synced_at":"2025-07-20T04:31:18.143Z","repository":{"id":53150118,"uuid":"521282434","full_name":"jimbrig/projects","owner":"jimbrig","description":"Showcasing of All My Projects","archived":false,"fork":true,"pushed_at":"2024-08-15T03:15:57.000Z","size":1005,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-27T10:36:03.976Z","etag":null,"topics":["gh-pages","projects-list","website"],"latest_commit_sha":null,"homepage":"https://docs.jimbrig.com/projects","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"2KAbhishek/projects","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimbrig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-04T13:42:49.000Z","updated_at":"2022-09-13T01:13:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jimbrig/projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jimbrig/projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fprojects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fprojects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fprojects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fprojects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbrig","download_url":"https://codeload.github.com/jimbrig/projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fprojects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067258,"owners_count":23871324,"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","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":["gh-pages","projects-list","website"],"created_at":"2024-08-08T02:01:17.541Z","updated_at":"2025-07-20T04:31:17.529Z","avatar_url":"https://github.com/jimbrig.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\n\u003ch1\u003e\u003ca href=\"https://docs.jimbrig.com/projects\"\u003eProjects\u003c/a\u003e\u003c/h1\u003e\n\n\u003c/div\u003e\n\n## GitHub Projects Site\n\n`Projects` uses the GitHub API to list all your GitHub projects in a nice searchable grid. Also shows pretty programming icons using `devicons`.\n\n`Projects` uses the GitHub API to list all your GitHub projects in a nice searchable grid.\nAlso shows pretty programming icons using `devicons`.\n\n## Inspiration\n\nNeeded a way to display all my projects, used my [portfolio's project section](https://2kabhishek.github.io/#projects) as inspiration.\n\n## Getting Projects\n\nTo get projects, follow these steps:\n\n```bash\ngit clone https://github.com/2kabhishek/projects\ncd projects\n```\n\n## Setup Your Own Projects\n\nYou can easily set up projects to show your own repos.\n\n- Fork the repo\n- Clone it\n- Open up `script.js` and update the `username` variable to your GitHub username.\n- Open up `index.html` and update the `title` tag to make it your username.\n- You may also want to update the favicon too, update the `link` tag in `index.html`\n- Push your changes\n- Go to repo settings on GitHub and enable GitHub Pages.\n\nThe site should be live on `https://\u003cyour-username\u003e.github.io/projects`\n\nHere's the projects page for [@sindresorhus](https://github.com/sindresorhus)\n\n![sindresorhus's projects](./images/demo.png)\n\n### Number Of Repos\n\nThe number of repos is controlled by the `maxPages` variable, the GitHub API supports 100 repos per page max.\nIf you have less than 100 repos, set `maxPages` to 1, if you have 300 then 3.\n\nYou can also edit the fetch query to reduce the per page repo count.\n\u003e There's no pagination, all repos are shown on the same page.\n\n### Forked Repos\n\nForked repos are hidden by default, to show them set `hideForks = false` in `script.js`\n\n### Authenticated Requests\n\nIf you are working locally and notice the API is not sending over data, it might be because of rate limit on GitHub API requests.\n\nYou can either wait for an hour or setup a personal access token on GitHub and pass that into the fetch request in `script.js`\n\n### Themes\n\nComes with a dark and light theme by default, depends upon your system configs.\nEdit the variables under `:root` in `styles.css` to modify colorscheme.\n\n![Light screenshot](./images/screenshot-light.png)\n\n### Programming Language Icons\n\nThis project uses [Devicon](https://devicon.dev/) for adding language icons, if the language name and icon are not being\ndisplayed correctly for any of your repos, update `devicons` mapping in `script.js`.\n\n## Viewing projects\n\nOpen `index.html` in your favorite browser or visit [2kabhishek.github.io/projects](https://2kabhishek.github.io/projects).\n\n## How it was built\n\nProjects was built using `HTML` `CSS` \u0026 `JavaScript`.\nIt was built on Neovim and the python http server.\nUses GitHub API for data and Devicons for programming icons.\n\n## What I learned\n\n- Learned about a few quirks of the fetch API, especially implementation of `maxPages`.\n- Flex, box-shadow and some other CSS tricks were revisited.\n\n## What's next\n\nYou tell me!\n\nHit the ⭐ button if you found this useful.\n\n## More Info\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/projects\"\u003eSource\u003c/a\u003e | \u003ca href=\"https://2kabhishek.github.io/projects\"\u003eWebsite\u003c/a\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbrig%2Fprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fprojects/lists"}