An app that shows the users and their posts and also the comments to posts.
- The users listed on the home screen, used collection view
- When you select user, opens users profile screen and list users posts title, used collection view
- When you select users post, opens post details
- From post details screen you can see post's comments, used collection view
- Supports iOS 15
- Used Swift 5.5
- Written using MVVM
- Used API from https://jsonplaceholder.typicode.com/
- Used Alamofire
- Used Xcode workspaces
- AutoLayout