Unofficial GitHub Profile is an iOS variant of GitHub Profile for Android that allows users to search for GitHub users, view their details, repositories, starred repositories, and organizations. It's built entirely in SwiftUI.
- Search for GitHub users by name.
- View detailed information about users.
- Browse user repositories.
- View starred repositories of users.
- Check organizations that users belong to.
- Pagination support for loading more data.
- Enable RTL swipe gesture in user details tab view.
- Offline caching of user data. (IN MEMORY)
- Dark mode support. (NOT TESTED)
- View user repository details.
- Pull to refresh functionality.
- SwiftUI: Modern toolkit for building native UI for Apple platforms.
- Swift: Programming language used for Apple development on all of its platforms.
The application utilizes the GitHub API, specifically the REST endpoint for user data.
The GitHub API offers a RESTful interface to access public and private information about authenticated users.
Copyright 2024 strongforce1 (Force Porquillo)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.```