Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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