In my Next.js project, I wanted to practice a responsive real e-commerce platform, so I copied the design of Dior website. The site includes all the essential features of an e-commerce platform, such as a wishlist, cart system, sorting options, and a payment system powered by Stripe.
To manage the state, I used Redux for the shopping cart, which involves more complex logic. For the wishlist, I chose useContext, which is more suited for simpler state management.
Additionally, I implemented a login system and integrated Stripe for secure payments.