mdkaif2k3/Hostel-Management-System — reverse-engineered prompt
Reverse engineered prompt
Build me a simple hostel management web app for a college project. I want a homepage, an admin page, a student signup page, and pages to manage hostel records in a basic database driven way. The main thing is that an admin should be able to add, view, update, delete, and filter student and room details, and users should see clear success pages after actions like signup, adding data, updating, or deleting.
Please make it feel like a complete working project, not just loose pages. Use plain PHP with a database connection, keep the layout clean with one stylesheet, and make the forms easy to use. Include sensible fields for student and room information, and show the data in simple tables with edit and delete options. If there is already a basic flow in the project, keep that flow and polish it so everything works together smoothly.
Make sure all pages are connected properly and the app runs locally without extra setup headaches. If you need to, look up current PHP best practices online while keeping it simple enough for a final year student project.
Want more depth? Deep Reverse