A comprehensive, interactive toolkit designed to supercharge developer resumes, evaluate ATS scores, and streamline recruitment readiness.
Explore Features β’ Quick Start β’ Contributing β’ Author
Built as a major open-source milestone under GirlScript 2024, this repository provides an all-in-one web platform featuring interactive resume builders, ATS score evaluation, automated feedback, and career prep utilities.
- π Dynamic Resume Builder (
resume.html): Craft professional, modern resumes with instant layout toggles and theme customizers (colorChoice.html). - π― ATS Score Finder (
ats_score_finder.html): Analyze resume keyword density and formatting compatibility against automated tracking systems. - β Rate My Resume (
RateMyResume.html): Real-time interactive feedback pipeline to elevate profile scoring. - π€ Integrated Career Assistant (
chatbot.html): On-page conversational guide for quick interview prep and resume editing tips. - π Complete Auth & Portal: Native authentication views (
login.html,signup.html) and dedicated resource pages (resume_tips.html,Faqs.html).
| Layer | Technologies |
|---|---|
| Frontend Core | HTML5, Vanilla JavaScript (ES6+) |
| Styling | Modern CSS3, Responsive Flex/Grid Layouts |
| Tooling & Setup | Node.js ecosystem (package.json), Environment configs (.env.example) |
Follow these steps to spin up the project locally:
# 1. Clone the repository
git clone [https://github.com/ajaysxnc/GirlScript2024-Contribution.git](https://github.com/ajaysxnc/GirlScript2024-Contribution.git)
# 2. Navigate to the project directory
cd GirlScript2024-Contribution
# 3. Setup environment variables (if applicable)
cp .env.example .env
# 4. Install dependencies
npm install
# 5. Launch the project
# Open index.html directly in your browser, or run via Live Server:
npx serve .