Skip to content

CareRevolutions/SimpleiOS-Interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

This is a simple iOS app that downloads a list of states and displays them. It should take 1 to 2 hours to complete the following tasks.

Note: There are two Xcode projects, one using UIKit and one using SwiftUI - feel free to choose either.

  1. Make sure you can run the app in Xcode on a simulator.

  2. Inspect the code and note places where you'd make improvements based on iOS best practices.

  3. Modify the app to use MVVM (or similar), specifically:

  4. Add a ViewModel that downloads the list of states.

  5. Modify the UIViewController or View to accept the list of states from the ViewModel.

  6. Modify the Network class to be more general purpose.

  7. Bonus (optional): Modify the app in some way, visually and/or internally, that you think might be useful or cool.

In the interview, we'll discuss this app, ways to improve it, architectural concepts, best practices and what ideas you think are important in making a strong, reliable and easy to use iOS app.

Final note: Be prepared to run Xcode, a simulator and share your screen during the interview.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages