TylerPottsDev/react-movie-database — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple movie database web app that feels polished and easy to use. I want a home screen where people can search for movies and see results in a clean grid with posters, titles, and maybe the release year. When someone clicks a movie, open a details view with the main info like overview, rating, and other basic facts if the data is available.

Keep the design modern and responsive so it works nicely on desktop and mobile. Handle loading states, empty results, and missing images gracefully so it never feels broken. If you need a movie data source, use a public one and wire it up in a straightforward way. Keep the code organized and simple since this looks like a small React app.

Please finish it end to end so I can run it locally and see a working app right away. If anything is unclear, use sensible defaults and look up current docs online if you need to.

Want more depth? Deep Reverse