areeba2221/E-commerce-website — reverse-engineered prompt
Reverse engineered prompt
Build me a clean, modern ecommerce website in this React Vite project. I want it to feel like a real online store where someone can browse products, see nice product cards with images, prices, ratings, and descriptions, add items to a cart, change quantities, remove items, and see the total update clearly.
Please make the layout responsive so it looks good on phone and desktop. Add a simple home page with a hero section, featured products, category filters or search if it makes sense, a product detail view, a cart page, and a basic checkout form that does not need real payments. Use local sample product data and make the UI polished with good spacing, colors, buttons, and empty states.
Keep it simple enough to run locally with npm install and npm run dev. If anything in the existing starter files is unused, clean it up. Look up current React or Vite docs online if you need to.
Want more depth? Deep Reverse