stefanoslig/angular-ngrx-nx-realworld-example-app — reverse-engineered prompt
Reverse engineered prompt
Build me a Conduit style social blogging app, basically a simple Medium clone. Users should be able to sign up, log in, log out, edit their settings, and stay authenticated with JWT and cookies.
The app needs a home page with global feed, personal feed, tag filtering, a tag list, and pagination. Users can create, edit, and delete articles, write articles in markdown, favorite articles, comment on articles, and delete their own comments. Profiles should show basic user info, the user’s articles, favorited articles, and a follow button.
Please build it with modern Angular, using standalone components, signals, lazy loaded routes, guards, and NgRx Signal Store for state. Organize it cleanly in an Nx style workspace with separate areas for auth, articles, profile, home, shared UI, forms, and API types. Make it feel like a real polished example app, not just a demo. Look up current docs online if you need to.
Want more depth? Deep Reverse