Skip to main content

StyleFlux: Seamless iOS Shopping Experience

StyleFlux is an iOS shopping app built with SwiftUI, offering real-time product browsing, user authentication, and cart management through Firebase.

View on GitHub
  • iOS Development
  • Firebase Integration
  • MVVM Architecture
  • Real-Time Sync
  • Combine for Async Handling

StyleFlux is a iOS shopping app that gives users a smooth online shopping experience. It uses Firebase for user login, browsing products, and managing the shopping cart. The app is built with reusable SwiftUI components and designed to scale easily. While it's a learning project, it also functions as a real shopping app. Firebase helps manage real-time data and store product images, making it a strong base for future updates and features.

Key Features

  • User Authentication: Implemented using Firebase Authentication for secure login and persistent sessions.
  • Product Browsing: Real-time data fetched from Firestore, displayed using SwiftUI views.
  • MVVM Architecture: Ensures clean code separation between views, business logic, and data handling.
  • Combine Framework: Used for managing asynchronous data streams and state updates.

A dramatic ocean scene with lava forming a new land mass.

Dynamic Cart

The Dynamic Cart in StyleFlux makes shopping easy by saving cart items in real-time and keeping them even after logging out. Using Firestore, cart changes like additions, removals, or quantity updates are instantly reflected across the app. It syncs across devices, so users can pick up where they left off. Product images load smoothly, and changes made offline are updated once the user is back online.