├── script.js ├── style.css ├── Capture12.PNG ├── Capture9.PNG ├── README.md └── index.html /script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Capture12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohittiwari98/cv-score-checker/main/Capture12.PNG -------------------------------------------------------------------------------- /Capture9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohittiwari98/cv-score-checker/main/Capture9.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # cv-score-checker 2 |
3 | DevOpsShack Banner 4 |
5 | # 📄 Enhanced Offline Resume Analyzer 6 | 7 | This is a client-side (browser-based) web application designed to help users analyze their resumes against specific job roles. It provides instant feedback on keyword matching, resume length, and general structure, with the ability to upload PDF files and download an analysis report as a DOCX document. 8 | 9 | **Crucially, this tool operates entirely offline in your browser after the initial load, ensuring your resume data remains private and is never sent to a server.** 10 | 11 | ## ✨ Features 12 | 13 | * **Offline Operation:** Your data stays on your device. 14 | * **PDF Resume Upload:** Directly upload your PDF resume for analysis. 15 | * **Role-Based Keyword Matching:** Select a job role to see how well your resume matches relevant industry keywords. 16 | * **Resume Score:** Get an immediate score out of 10 indicating your resume's overall strength. 17 | * **Detailed Feedback:** 18 | * Overall assessment. 19 | * Keyword analysis (found vs. missing). 20 | * Identification of overused phrases (highlighted in the displayed resume). 21 | * Suggestions for grammar, clarity, and formatting improvements. 22 | * Checks for essential contact information. 23 | * Guidance on quantifying achievements and using strong action verbs. 24 | * **Dynamic Theme Toggle:** Switch between dark and light modes for comfortable viewing. 25 | * **Download Analysis Report:** Generate and download a `.docx` file containing your original resume text and the full analysis report. 26 | 27 | ## 🚀 How to Use (Local Setup) 28 | 29 | This application is designed to run directly in your web browser without needing a server. 30 |
31 | DevOpsShack Banner 32 |
33 | 34 | 1. **Download/Clone the Repository:** 35 | * If you have the files (e.g., `index.html`, `style.css`, `script.js`), ensure they are all in the same folder. 36 | * If this were a Git repository, you would clone it: `git clone ` 37 | 38 | 2. **Open `index.html`:** 39 | * Navigate to the folder where you saved the files. 40 | * Double-click the `index.html` file. It will open automatically in your default web browser. 41 | 42 | ## 💻 Technologies Used 43 | 44 | [!CSS3] 45 | ![Fortran](https://img.shields.io/badge/Fortran-%23734F96.svg?style=for-the-badge&logo=fortran&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ! 46 | ** A JavaScript library by Mozilla for parsing and rendering PDF files directly in the browser. 47 | * [docx](https://docx.js.org/#/):** A JavaScript library for generating `.docx` files. 48 | * [Font Awesome](https://fontawesome.com/):** For various icons used throughout the UI. 49 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Resume Analyzer 7 | 8 | 9 | 10 | 151 | 152 | 153 |
154 |
155 |

📄 Resume Analyzer

156 | 157 | 158 | 159 | 168 |
169 | 170 | 171 |
172 |
173 |
174 |
175 |
176 | 177 | 178 | 179 | 312 | 313 | 314 | --------------------------------------------------------------------------------