A lightweight, browser-based recruiting assistant built to streamline candidate management and simplify hiring processes.
- Resume parsing and keyword matching
- Simple, responsive UI (HTML/CSS/JS)
- Export functionality for reports
- Easy to customize and extend
index.html → Main entry point
styles/ → CSS stylesheets
scripts/ → JavaScript logic
assets/ → Images and other static files (if any)
export/ → Exported data (e.g., CSVs)
- Clone the repository:
git clone https://github.com/your-username/airecruiter.git
- Open
index.html
in your browser. - Customize as needed!
To host this as a static site, enable GitHub Pages from your repo settings and set the source to the main
branch.
Built by Gleuck
Feel free to fork, contribute, or open issues!