This project stands for an app which you can see the list followers of a GitHub user via searching their username on Github.
- You can see open the profile detail of your follower not only to learn about their repo-gist count, following-follower count and when they joined the GitHub. But also, you can open their GitHub Page via one click on Safari.
- You can add your favorite followers to your favorites list to reach their profile easily. When you decide someone is not your favorite you can remove them too.
- You can search someone from your followers to find the one you are looking for.
- Swift 5
- MVVM Architectural Pattern
- SPM
- Programmatic UI without Storyboards
- Fully Generic Network Layer with Protocol extensions
- Continuous Integration flows for iOS Builds, SwiftLint with GitHub Actions
- Generic User Defaults Management
You should have XCode on your mac to run this project.
It can be build with both XCode 12.5 and XCode 13
1 - Clone the project
2 - Open GithubProfileWiki.xcodeproj with XCode then wait for fetching SPM packages.
3 - Build and run
- Improve coverage of Unit Tests.
- Improve Network Layer with Async-Await
- Integrate Fastlane for CI with GitHub Actions
- Create components library with SPM.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is inspired by Sean Allen's course, used its icons and pics on UI. However, codebase and architecture is totally different and improved so if you are following it you should continue to follow the cource until you have finished.