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

https://github.com/cyberchai/gitsta

Network call mini project: SwiftUI app that pulls GitHub users and displays their profile info with a randomized tagline
https://github.com/cyberchai/gitsta

ios iosappdevelopment network swift

Last synced: 12 months ago
JSON representation

Network call mini project: SwiftUI app that pulls GitHub users and displays their profile info with a randomized tagline

Awesome Lists containing this project

README

          

# Gitsta

Gitsta is an iOS app built with SwiftUI that lets you look up GitHub users and view their profile information with randomized taglines.

## Features

- GitHub username search with debounce
- Displays user avatar, bio, location, public repo count, more
- Randomized taglines on each search
- Async image loading with SwiftUI's `AsyncImage`
- Uses GitHub's public REST API

## Screenshots

![Gitsta screenshot](Gitsta/Assets.xcassets/gitsta.png)

## Technologies

- SwiftUI
- Combine
- GitHub REST API
- Async/Await (iOS 15+)