An open API service indexing awesome lists of open source software.

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.

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)