An open API service indexing awesome lists of open source software.

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

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