nabullah/admin_frontend — reverse-engineered prompt
Reverse engineered prompt
Build me a clean admin front end from this Angular starter project. Right now it looks like the default generated app, so turn it into something usable for an admin user.
I want a simple dashboard layout with a top bar, left sidebar navigation, and a main content area. Add a basic home dashboard with summary cards and a simple table using mock data. Also add a few placeholder admin pages like users, reports, and settings so the navigation feels real. It does not need a real backend yet, just make the UI polished and easy to extend later.
Please keep it in Angular, make it responsive for desktop and tablet, and make sure it runs with the normal ng serve flow. Clean up the default starter content, use sensible component names, and keep the styling consistent. Look up current Angular docs online if you need to.
Want more depth? Deep Reverse