Skip to content

An iOS application that allows users to search for GitHub users, view their details, repositories, starred repositories, and organizations.

Notifications You must be signed in to change notification settings

forceporquillo/github-profile-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Profile

Unofficial :octocat: 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.

Image

Features

  • 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.

Technologies and Frameworks

  • SwiftUI: Modern toolkit for building native UI for Apple platforms.
  • Swift: Programming language used for Apple development on all of its platforms.

GitHub API

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.

License

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.```

About

An iOS application that allows users to search for GitHub users, view their details, repositories, starred repositories, and organizations.

Resources

Stars

Watchers

Forks

Languages