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
- Host: GitHub
- URL: https://github.com/cyberchai/gitsta
- Owner: cyberchai
- Created: 2025-06-18T00:46:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T01:01:21.000Z (about 1 year ago)
- Last Synced: 2025-06-18T01:36:38.026Z (about 1 year ago)
- Topics: ios, iosappdevelopment, network, swift
- Language: Swift
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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