diff --git a/projects/recruitment-ats/index.html b/projects/recruitment-ats/index.html new file mode 100644 index 0000000..e4ac2a6 --- /dev/null +++ b/projects/recruitment-ats/index.html @@ -0,0 +1,197 @@ + + + + + +Recruitment ATS + + + +
+ + +
+
+ + + + \ No newline at end of file diff --git a/projects/recruitment-ats/project.json b/projects/recruitment-ats/project.json new file mode 100644 index 0000000..d16233f --- /dev/null +++ b/projects/recruitment-ats/project.json @@ -0,0 +1,16 @@ +{ + "title": "Recruitment & Applicant Tracking System (ATS)", + "description": "A standalone, single-file Applicant Tracking System for recruiters. Manage job postings, candidate applications, interview pipeline stages (Applied → Screening → Interview → Offer → Hired), and recruitment analytics. Data is persisted in localStorage so the app works offline after first load.", + "author": { + "name": "Archit Adish Gupta", + "github": "arcgod-design" + }, + "tags": [ + "JavaScript", + "HTML", + "CSS", + "HR", + "Recruitment", + "ATS" + ] +}