GitHubFollowers is an iOS app built based on Sean Allen's course, which allows users to search for GitHub users and view their followers. The app utilizes the GitHub API to retrieve user and follower data.
- Search for GitHub users by their username.
- View user profiles, including their avatar, name, bio, and other relevant information.
- Browse a list of a user's followers and view their profiles as well.
- Pull-to-refresh functionality to update user and follower data.
- Dark mode support for enhanced user experience.
- Swift programming language
- UIKit framework
- GitHub API
- ...
- Clone the repository to your local machine.
- Open the project in Xcode.
- Build and run the app on the iOS Simulator or a physical device.
- On the app's home screen, enter a GitHub username in the search bar and tap the "Search" button.
- View the user profile and scroll down to see their followers.
- Tap on a follower to view their profile as well.
- iOS 13.0+
- Xcode 11.0+
Contributions are welcome! If you find any issues or have suggestions for improvements, please submit an issue or create a pull request.