Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 740 Bytes

Readme.md

File metadata and controls

21 lines (15 loc) · 740 Bytes

InstaProfile

Posts section Reels section Saved posts section

Features

  • Display user profile with profile image, username, and bio.
  • Sections for posts, reels, and saved posts.
  • Custom tab bar controller with five tabs.

Architecture

  • MVVM (Model-View-ViewModel): Separates business logic from UI code to ensure cleaner code and better testability.
  • Combine: Used for reactive programming and data binding.
  • Alamofire: Handles network requests and data fetching.

App GIF