MadisoMelese/Book_Store_App — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a basic online book store app where people can browse books, see the title, author, price, and a short description, and add, edit, or remove books from a catalog. I want it to feel like a simple full stack project with a separate front end and back end, and a clean modern look with responsive styling so it works nicely on desktop and mobile.

Please include the usual pages and flows, like a home page that lists books, a form to create a new book, a way to update book details, and a way to delete them. If it makes sense, add a book details view too. Store the book data in a database and connect everything so the app actually works end to end.

Keep the code organized and easy to run locally, using environment variables where needed. If anything is unclear, make sensible choices and look up current docs online if you need to.

Want more depth? Deep Reverse