nagamuslim/anime-collection — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Anime Collection website that runs as a plain browser app. I want a clean home page where people can browse the anime entries from a local data file, see cover images if they exist, search or filter the collection, and open an anime to view its basic info.

Please include a bookmark feature so someone can save shows they want to come back to, with a separate bookmark page that remembers their choices in the browser. Also make a simple player page that can open a selected anime or episode link if the data has one, without making the whole app complicated.

Keep it lightweight with HTML and JavaScript, using the existing JSON style data and image folder idea. It should feel usable on mobile and desktop, with clear empty states if there is no data, no image, or no playable link. If anything is unclear, make a sensible simple version and keep the code easy to update later.

Want more depth? Deep Reverse