Adarsh-Beriwala/Employee-Management-System — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple employee management website for a small company using Django. I want people to be able to sign up, log in, and log out safely. There should be two kinds of users, admin users and regular employees.

Admins should see a clean dashboard with a table of all employees. They should be able to add new employee records and delete employee records. Regular employees should be able to log in and view the employee list, but they should not be able to add or delete anything.

Please include search and filtering on the employee table so users can search by employee name, department, role, or combine those filters together. The search should not care about uppercase or lowercase letters.

Keep the design clean and easy to use with basic HTML and CSS. Use SQLite for the database and Django’s normal login system and database tools. If you need current Django details, look them up online.

Want more depth? Deep Reverse