{"id":26277701,"url":"https://github.com/gabrielpenteado/clone-all-repos","last_synced_at":"2026-05-20T07:06:05.037Z","repository":{"id":278678860,"uuid":"936424156","full_name":"gabrielpenteado/clone-all-repos","owner":"gabrielpenteado","description":"A simple application to download all public repositories from a specific GitHub user as a single ZIP file.","archived":false,"fork":false,"pushed_at":"2025-06-03T14:41:08.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T01:17:23.089Z","etag":null,"topics":["app","clone-repos","clone-repositories","github","repositories"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabrielpenteado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-02-21T04:06:13.000Z","updated_at":"2025-06-03T19:13:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"3dc9ffc6-cdb3-4076-a35e-0c4833f0f321","html_url":"https://github.com/gabrielpenteado/clone-all-repos","commit_stats":null,"previous_names":["gabrielpenteado/clone-all-repos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabrielpenteado/clone-all-repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fclone-all-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fclone-all-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fclone-all-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fclone-all-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielpenteado","download_url":"https://codeload.github.com/gabrielpenteado/clone-all-repos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpenteado%2Fclone-all-repos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269755487,"owners_count":24470536,"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-08-10T02:00:08.965Z","response_time":71,"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":["app","clone-repos","clone-repositories","github","repositories"],"created_at":"2025-03-14T12:20:31.183Z","updated_at":"2026-05-20T07:06:04.981Z","avatar_url":"https://github.com/gabrielpenteado.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clone All Repos – Frontend\n\nA simple React + Vite web application to download all public repositories from a specific GitHub user as a single ZIP file.\n\nThis is the frontend for the [clone-all-repos-server](https://github.com/gabrielpenteado/clone-all-repos-server) project.\n\n## Features\n\n- Enter a GitHub username and download all their public repositories as a ZIP file.\n- Clean, responsive UI built with React, Tailwind CSS, and Vite.\n- Shows loading and error states.\n- Limits: works only with public repositories and up to 100 repositories per user.\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18 or newer recommended)\n- [npm](https://www.npmjs.com/)\n\n### Installation\n\n1. Clone this repository:\n\n   ```sh\n   git clone https://github.com/gabrielpenteado/clone-all-repos.git\n   cd clone-all-repos\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```sh\n   npm run dev\n   ```\n\n4. The app will be available at [http://localhost:5173](http://localhost:5173) by default.\n\n### Backend Setup\n\nYou must also run the [clone-all-repos-server](https://github.com/gabrielpenteado/clone-all-repos-server) backend locally (default: [http://localhost:3000](http://localhost:3000)).\n\nFollow the instructions in the server [README](https://github.com/gabrielpenteado/clone-all-repos-server/blob/main/README.md) to set up and start the backend.\n\n## Usage\n\n1. Enter a GitHub username in the input field.\n2. Click \"Download ZIP\".\n3. The app will fetch all public repositories for that user and download them as a ZIP file.\n\n## Technologies\n\n- [React](https://react.dev/)\n- [Vite](https://vitejs.dev/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Axios](https://axios-http.com/)\n- [React Icons](https://react-icons.github.io/react-icons/)\n\n## 🤝 Contributions\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\u003cbr\u003e\nThe foundation of the open source community are the contributions, them inspire us to learn and create. Any contributions are greatly appreciated.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE.md](https://github.com/gabrielpenteado/clone-all-repos/blob/main/LICENSE.md) file for details.\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://images.weserv.nl/?url=avatars.githubusercontent.com/u/63300269?v=4\u0026h=100\u0026w=100\u0026fit=cover\u0026mask=circle\u0026maxage=7d\" /\u003e\n  \u003ch1\u003eGabriel Penteado\u003c/h1\u003e\n  \u003cstrong\u003eFull Stack Software Engineer\u003c/strong\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/gabriel-penteado)\n[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/gabrielpenteado)\n[![Gmail](https://img.shields.io/badge/gabripenteado@gmail.com-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:gabripenteado@gmail.com)\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielpenteado%2Fclone-all-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielpenteado%2Fclone-all-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielpenteado%2Fclone-all-repos/lists"}