Skip to content

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

Notifications You must be signed in to change notification settings

cyberchai/Gitsta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

Technologies

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages