https://github.com/masteribro/git-tagline
A simple SwiftUI application that fetches and displays your GitHub profile information—like name, avatar, bio, location, and public repositories—without the need to manually browse through multiple GitHub pages.
https://github.com/masteribro/git-tagline
api git
Last synced: 2 months ago
JSON representation
A simple SwiftUI application that fetches and displays your GitHub profile information—like name, avatar, bio, location, and public repositories—without the need to manually browse through multiple GitHub pages.
- Host: GitHub
- URL: https://github.com/masteribro/git-tagline
- Owner: masteribro
- Created: 2025-05-06T15:04:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T21:32:21.000Z (about 1 year ago)
- Last Synced: 2025-05-08T17:47:44.682Z (about 1 year ago)
- Topics: api, git
- Language: Swift
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple SwiftUI application that fetches and displays your GitHub profile information—like name, avatar, bio, location, and public repositories—without the need to manually browse through multiple GitHub pages.
## Features
- Enter your GitHub username to view:
- Avatar and display name
- Bio and location
- Public repository count
- Clean, minimal user interface
- Built with SwiftUI and async/await networking
## Getting Started
1. Clone this repository
2. Open the project in Xcode
3. Run the app and enter a GitHub username to fetch the profile
## API Used
- [GitHub Users API](https://api.github.com/users/USERNAME)