Skip to content

Creating the social media app with random generated users from Random User Generator API; using JSON and XCTest

Notifications You must be signed in to change notification settings

MrGerlach/RandomUsers

Repository files navigation

RandomUsers

Creating the social media app with random generated users from Random User Generator API; using JSON and XCTest

Aplication pulls users from the Random User Generator API

In this repo you will find:

  1. randomUsers.json with data used by XTCTests

  2. UserFetchingClient.swift which gets data from Random User Generator API

  3. User.swift responsible for decoding data

  4. UserData.swift is our @MainActor and is waiting for data provided by UserFetchingClient's funcion getUsers

  5. UsersView.swift is main View with first and second name of each generated user presented as a list

About

Creating the social media app with random generated users from Random User Generator API; using JSON and XCTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages