Ecommerce App
- Flutter
- Hive
- Lottie
Mobile shopping app with product browsing, cart, checkout, and personalized suggestions.

Ecommerce App is a mobile shopping application built with Flutter. It lets users browse a product catalog, view detailed product pages, manage a shopping cart, and complete a checkout flow with a clean, responsive interface. Local state and offline persistence are handled with Hive, and Lottie powers lightweight micro-animations throughout the experience.
The app focuses on a smooth and predictable shopping experience: fast list rendering, clear product information, and a checkout that keeps the number of steps to a minimum. It was also an exercise in structuring a Flutter codebase for maintainability — separating UI, state, and data layers so features can grow without rewrites.