
One of my first two mobile apps. A Flutter build that recreates a TikTok-style short-video experience with a vertical feed and lightweight social interactions. What it does • Vertical video feed with swipe navigation. • Basic engagement: like, comment, and view counts. • Creator flow: select/record clips and publish to the feed. • User profiles with follower/following lists. • (Optional) Simple auth flow to separate viewers and creators. How it’s built • Flutter + Dart (multi-platform project). • Video playback and feed virtualization for smooth scrolling. • Integrated with a backend (Firebase Auth / Firestore / Storage) for persistence and real-time updates. Why it matters • Trains core mobile skills: smooth list rendering, media playback. • Built as an early learning project to practice app structure.