ImperFecti/ranMa — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app for managing mosque financial reports. Visitors should be able to open the site, see a landing page, contact page, and view the mosque’s income and expense reports clearly without logging in.
Add login and registration for admins. There should be two roles, admin and superadmin. Admins can add, edit, and delete financial report data. Superadmins can do everything admins can do, plus manage admin accounts. Both types of users should be able to update their password.
Please make it feel like a clean Bootstrap style dashboard, with a public front page and a separate admin area. The financial report page should show the data in an easy to understand table, with enough detail for mosque visitors to know where the money came from and where it was spent.
Use CodeIgniter 4 with PHP and MySQL, and set it up so it can run locally with Composer and php spark serve. Look up current docs online if you need to.
Want more depth? Deep Reverse