Saumil-Git-code/HireSense-Engine ? reverse-engineered prompt

Reverse engineered prompt

Build me a web app that lets me upload a bunch of resumes and paste in a job description or a list of required skills, then automatically analyzes each resume and ranks the candidates from best match to worst.

It should accept PDF, DOCX, and TXT resumes, pull out the important info like name, skills, experience, and education, then compare that against the job needs and show a clear score for each person. I want a simple page where I can upload files, enter the job requirements, hit submit, and see the ranked results right away. If it helps, use the existing resume parsing and scoring approach in the repo, and look up current docs online if you need to. Keep the interface clean and easy to use, and save the output in a readable results file too.