Usman3432/E-Book-Store — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple, polished ebook store as a React web app. I want it to feel like a real online bookstore where someone can land on the home page, browse a collection of books, see covers, titles, authors, prices, and open a details view for each book. Add a search bar and a basic way to filter or browse by category so it is easy to find books.

Please include a shopping cart experience where users can add and remove books and see a running total. A mock checkout page is enough, it does not need real payments. If there is no backend yet, just use clean sample data in the app so everything works nicely.

Make the design modern, responsive, and easy to use on both desktop and mobile. Try to keep the code organized and simple to maintain. If anything is unclear from the starter project, use sensible defaults and look up current React docs if you need to.

Want more depth? Deep Reverse