TwitterX

TwitterX is a simple twitter clone written by Xavier. It contains the primary features like:

  • signin, signup, logout
  • new posts, with images
  • #Dynamic island animations# after signin and new post
  • auto login if you quitted without logout

UI elements are optmized for iPhone 14 Pro size specs.

Data persistent

  • User credentials: Core Data
  • Posts: SQLite3
  • Login Status: UserDefaults

Design Pattern:

MVVM

Screenshots:

  1. WelcomePage
  2. LandingPage with New Post View popped over
  3. LandingPage with dynamic island effects after a new post

Screenshot 2022-09-15 at 9 46 51 AM

GitHub

View Github