arushisiingh/test-portal — reverse-engineered prompt
Reverse engineered prompt
Build me a working MERN prototype for a Samagama internship dashboard.
It should have a React frontend and an Express REST backend that run together with npm run dev. The app should include an FAQ page where users can search and open categories in an accordion style layout. It should also let interns post doubts, but the doubts should stay pending until an admin reviews them. Admins need simple approve and reject actions so approved doubts show up properly and rejected ones do not.
Also add a Yaksha mini page with a basic chat style interface as a placeholder, it doesn’t need real AI yet. Keep the data in memory for now, but organize the code so MongoDB could be added later. Make the UI clean and easy to use, with clear navigation between the dashboard sections.
If anything is unclear, make a sensible simple choice and get the whole thing running locally.
Want more depth? Deep Reverse