This app allows users to search for GitHub followers by username, view detailed information about them, and save favorite searches for future use. It leverages the GitHub API to fetch follower data and user details, offering a simple and intuitive interface for interacting with the data.
- Search followers: Enter a GitHub username to fetch a list of their followers.
- Follower details: Tap on a follower to view detailed information about them.
- Search favorites: Save favorite username searches for easy access in the future.
- Persistent data: Favorite searches persist across app launches.
- Swift for the app's development.
- GitHub API to fetch follower and user data.
- 100% programmatic UI (no Storyboard).
- No third-party libraries.
- Search for a User's Followers: Enter a GitHub username to retrieve their followers.
- Filter/Search Followers: Search within the list of followers to find a specific user.
- View User Details: Tap on a follower to see detailed information (e.g., username, profile picture, bio, etc.).
- Save Favorite Searches: Save frequently used GitHub usernames to avoid re-entering them each time.
Clone the repository and open the project in Xcode. No external dependencies are required.







