{"id":24495534,"url":"https://github.com/dev-d-gr8/gitbuddy","last_synced_at":"2026-04-29T16:33:46.863Z","repository":{"id":247690164,"uuid":"826573157","full_name":"DEV-D-GR8/GitBuddy","owner":"DEV-D-GR8","description":"GitBuddy is an iOS application built using UIKit that helps users fetch and view the profile and followers of any GitHub user. Users can save their favorite profiles with persistence, and the app uses the GitHub API to retrieve data. The codebase is well-structured with proper modularity.","archived":false,"fork":false,"pushed_at":"2024-09-15T10:38:47.000Z","size":1346,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T05:17:28.469Z","etag":null,"topics":["github","githubapi","ios","ios-app","ios-swift","mobile-app","mobile-development","mvvm","swift","swiftui","uikit"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/DEV-D-GR8.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}},"created_at":"2024-07-10T01:20:32.000Z","updated_at":"2024-11-12T15:48:19.000Z","dependencies_parsed_at":"2025-01-21T20:40:03.972Z","dependency_job_id":null,"html_url":"https://github.com/DEV-D-GR8/GitBuddy","commit_stats":null,"previous_names":["dev-d-gr8/gitbuddy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DEV-D-GR8/GitBuddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEV-D-GR8%2FGitBuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEV-D-GR8%2FGitBuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEV-D-GR8%2FGitBuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEV-D-GR8%2FGitBuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DEV-D-GR8","download_url":"https://codeload.github.com/DEV-D-GR8/GitBuddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEV-D-GR8%2FGitBuddy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785960,"owners_count":24144124,"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-07-29T02:00:12.549Z","response_time":2574,"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","githubapi","ios","ios-app","ios-swift","mobile-app","mobile-development","mvvm","swift","swiftui","uikit"],"created_at":"2025-01-21T20:27:51.904Z","updated_at":"2025-09-23T03:07:21.543Z","avatar_url":"https://github.com/DEV-D-GR8.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitBuddy\n\nGitBuddy is an iOS application built using UIKit that helps users fetch and view the profile and followers of any GitHub user. Users can save their favorite profiles with persistence, and the app uses the GitHub API to retrieve data. The codebase is well-structured with proper modularity.\n\n## Index\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [YouTube Demo](#youtube-demo)\n- [API](#api)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- View GitHub user profiles\n- Fetch and display followers of a GitHub user\n- Save favorite profiles\n- Persistent storage of favorite profiles\n- Clean and modular codebase\n\n## Requirements\n\n- iOS 13.0+\n- Xcode 11.0+\n- Swift 5.0+\n\n## Installation\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/yourusername/GitBuddy.git\n    ```\n\n2. Navigate to the project directory:\n    ```sh\n    cd GitBuddy\n    ```\n\n3. Open the project in Xcode:\n    ```sh\n    open GitBuddy.xcodeproj\n    ```\n\n4. Build and run the project in Xcode.\n\n## Usage\n\n1. Launch the app on your iOS device or simulator.\n2. Enter the GitHub username you want to search for.\n3. View the profile and followers of the user.\n4. Save profiles to your favorites for quick access later.\n\n## YouTube Demo\n\nWatch the [YouTube demo video](https://youtu.be/N76edNYSV0k?si=dyrFaWofbj5V2dJ1) to see GitBuddy in action.\n\n## API\n\nGitBuddy uses the [GitHub API](https://docs.github.com/en/rest) to fetch user profiles and followers.\n\n### Endpoints Used\n\n- `GET /users/{username}` - Fetches the profile of a GitHub user.\n- `GET /users/{username}/followers` - Fetches the followers of a GitHub user.\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n    ```sh\n    git checkout -b feature/your-feature-name\n    ```\n3. Make your changes and commit them:\n    ```sh\n    git commit -m 'Add some feature'\n    ```\n4. Push to the branch:\n    ```sh\n    git push origin feature/your-feature-name\n    ```\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-d-gr8%2Fgitbuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-d-gr8%2Fgitbuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-d-gr8%2Fgitbuddy/lists"}