rohit-the-webdev/MCA-project-movie-series-review-site — reverse-engineered prompt
Reverse engineered prompt
Build me a simple React movie and web series review site for my MCA project. I want it to feel like a finished student project, not just a starter page.
Users should be able to browse movies and series, see posters or cards, read basic details like title, genre, rating, year, description, and reviews, and search or filter the list. Add a nice home page, separate sections for movies and series, a detail page for each item, and a simple review form where someone can add their name, rating, and comment. It’s okay if the data is local sample data unless there is already an API file in the project that can be used.
Please make the design clean and responsive with good CSS, so it works on mobile and desktop. Keep it easy to run with npm start. If anything is currently just the default Create React App setup, replace it with the actual app and make sure there are no obvious broken pages or console errors.
Want more depth? Deep Reverse