Today I worked on my e-commerce project with one big ambition: to learn how to build a real online store experience from scratch, not just a simple demo page.
My goal is to create a clean and beginner-friendly shopping app where users can browse products, view product details, and add items to a cart. I chose this project because it teaches me the core parts of modern web development in one place: pages, reusable components, app structure, state management, and UI styling.
Right now, the project is a strong foundation. It already has the main store flow, and my next ambition is to make it feel more real by adding cart persistence, better product features (search/filter), and a real checkout system. Step by step, I want this project to grow from a learning build into something production-ready.