← Back to all projects .NET MAUI

Cross-Platform E-Commerce Application

An early cross-platform e-commerce app, built to test how far a single .NET MAUI codebase could stretch across Android and Windows.

Repository link placeholder — swap in the real repo when ready.

Screenshot placeholder — add app screens here

Overview

Before focusing on Flutter, I built an e-commerce application in .NET MAUI targeting both Android and Windows from one shared codebase.

The project was as much about learning cross-platform tradeoffs as it was about shipping features — comparing how MAUI handled platform-specific UI quirks against what I'd later find in Flutter.

That comparison directly shaped my later preference for Flutter's rendering model and widget system for mobile-first products.

Highlights

  • Shared codebase targeting Android and Windows
  • Core e-commerce flows: browsing, cart, checkout
  • Early hands-on comparison point against Flutter's architecture
Next project: Android Open Source Development →