Abhilasha05J/AssetManagementFrontend — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a clean React frontend for an asset management system. I want it to feel like a simple internal company tool where an admin can see all assets, search and filter them, add a new asset, edit asset details, delete an asset, and view basic information like asset name, category, serial number, purchase date, status, location, and assigned employee.

Please make the UI modern but not overcomplicated, with a dashboard summary at the top showing totals like total assets, available assets, assigned assets, and assets under maintenance. Add simple navigation, good spacing, responsive layout, and clear buttons and forms.

If there’s no backend already connected, use sample data for now and keep the code organized so API calls can be added later. Make sure it runs with the existing Create React App setup using npm start. Look up current docs online if you need to.

Want more depth? Deep Reverse