saagar7200/e-shop — reverse-engineered prompt
Reverse engineered prompt
Build me a simple online store using this project as the starting point. I want customers to be able to browse products, see product details, add items to a cart, change quantities, remove items, and go through a basic checkout flow. The checkout can be simulated, it doesn’t need real payment processing yet.
Please make the frontend feel clean and easy to use, with a homepage, product listing, product detail page, cart page, and checkout confirmation page. The backend should handle products, cart or orders, and return clear data to the frontend. If there’s already code in the frontend or backend folders, keep what makes sense and finish or fix it instead of starting from scratch.
Make sure it runs locally with simple install and start commands, and add any missing setup notes so I know how to open it and test it. Look up current docs online if you need to.
Want more depth? Deep Reverse