Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girish54321/reqres-app-ios
Reqres-App-iOS is a simple iOS app built using Swift and UiKit to demonstrate how to consume a REST API using the popular Swift networking library, Alamofire.
https://github.com/girish54321/reqres-app-ios
api apiclient basic demo demo-app example-project http ios login swfitui uikit xocde
Last synced: 9 days ago
JSON representation
Reqres-App-iOS is a simple iOS app built using Swift and UiKit to demonstrate how to consume a REST API using the popular Swift networking library, Alamofire.
- Host: GitHub
- URL: https://github.com/girish54321/reqres-app-ios
- Owner: girish54321
- Created: 2021-08-15T11:00:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T12:43:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T05:28:34.292Z (almost 2 years ago)
- Topics: api, apiclient, basic, demo, demo-app, example-project, http, ios, login, swfitui, uikit, xocde
- Language: Swift
- Homepage:
- Size: 2.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reqres-App
Reqres-App is a simple iOS app built using Swift and UIKit to demonstrate how to consume a REST API using the popular Swift networking library, Alamofire.
The app connects to the Reqres.in API, which provides a simple REST API for testing and prototyping. The app allows users to browse the list of available users and view their details, including their name, avatar, and email address.
| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
| Login Screen | Welcome Screen | Userinfo Screen | Logout Screen |
| Logout Screen## Features
* Bullet list
* List of users
* User details screen
* Integration with Reqres.in API
* Network requests with Alamofire
* JSON parsing