Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tt1k/FakeGithub
FakeGithub is an iOS application written using Objective-C
https://github.com/tt1k/FakeGithub
github github-oauth-authentation github-rest-api ios-app objective-c
Last synced: 3 months ago
JSON representation
FakeGithub is an iOS application written using Objective-C
- Host: GitHub
- URL: https://github.com/tt1k/FakeGithub
- Owner: tt1k
- License: mit
- Created: 2021-03-10T15:35:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T06:46:33.000Z (over 3 years ago)
- Last Synced: 2024-04-08T02:21:59.874Z (7 months ago)
- Topics: github, github-oauth-authentation, github-rest-api, ios-app, objective-c
- Language: Objective-C
- Homepage:
- Size: 3.3 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - FakeGithub
README
# FakeGithub
FakeGithub is an iOS application written using Objective-C. Opensource this project for learning purpose. Hope this could be a little useful for starter Objective-C developer.
## TODO
- [x] Github OAuth Application
- [x] Github REST API Interface
- [x] Local data storage
- [x] Personal feed information
- [x] Trending UI implement
- [x] Collection UI implement
- [ ] better UI implement
- [ ] Setting functions
- [ ] Dark mode support
- [ ] Adaption on different iPhones## References
- [Github OAuth Application](https://docs.github.com/cn/developers/apps/authorizing-oauth-apps)
- [Github REST API](https://docs.github.com/en/rest)## Screenshot