https://github.com/zilean12/scoutbetter
Interview Assessment: Developing a Single Page Web Application for Resume Scoring
https://github.com/zilean12/scoutbetter
Last synced: 7 months ago
JSON representation
Interview Assessment: Developing a Single Page Web Application for Resume Scoring
- Host: GitHub
- URL: https://github.com/zilean12/scoutbetter
- Owner: Zilean12
- Created: 2024-11-23T03:01:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T03:45:42.000Z (11 months ago)
- Last Synced: 2025-02-09T22:42:53.211Z (9 months ago)
- Language: JavaScript
- Homepage: https://resume-analyzer123.netlify.app/
- Size: 848 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resume Analyzer
A smart resume analyzer for job seekers and recruiters.
## 🚀 Quick Start
Visit [https://resume-analyzer123.netlify.app/](https://resume-analyzer123.netlify.app/) to use Resume Analyzer online.
## 🌟 Features
- Upload and analyze PDF resumes (up to 5MB)
- Get a detailed resume score (0-100) based on job relevance
- Receive personalized feedback and improvement suggestions
- Compare multiple resumes side-by-side
- Dark mode for comfortable viewing
## 🛠️ Tech Stack
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express
- AI: GPT APIs via Groq
## 📖 How to Use
1. Upload your resume (PDF format)
2. Enter the target job role
3. Click "Analyze Resume"
4. Review your score and feedback
5. Download a detailed report (optional)
## 🖥️ Local Development
```bash
git clone https://github.com/Zilean12/ScoutBetter.git
cd ScoutBetter
npm install
npm run dev