Abhilasha05J/ImageTaggingFrontend — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple React frontend for an image tagging app using this existing Create React App project.

I want a clean page where someone can add or upload images, see them in a nice gallery, open an image to view it larger, and add tags like people, place, product, or anything they type. They should be able to remove tags, search or filter images by tag, and clearly see when there are no images yet. If there is no backend already connected, just make it work with local sample data or browser storage for now, but keep the code easy to connect to an API later.

Please make it look polished and modern, with a simple header, responsive layout, good spacing, and clear buttons. Add basic loading, empty, and error states where they make sense. Keep the code straightforward and organized so I can understand it and run it with npm start.

Want more depth? Deep Reverse