Back to Projects
MYTHERESA Clone

Chakra UI
React
Redux
Git Hub
Overview
A luxury-fashion e-commerce clone focused on global state management across a multi-page shopping flow.
The Challenge
Cart, wishlist, and filter state needed to stay in sync across many pages without prop-drilling through deeply nested product components.
The Approach
Centralized shopping state in Redux with normalized slices for cart and product data, and built the UI with Chakra UI for rapid, accessible styling.
The Result
Produced a smooth, consistent shopping experience across pages, reinforcing practical Redux architecture skills beyond local component state.