{"id":29492632,"url":"https://github.com/hemantgarg1452/job-prep-tracker","last_synced_at":"2026-05-05T00:31:33.720Z","repository":{"id":304487764,"uuid":"1018925764","full_name":"hemantgarg1452/Job-Prep-Tracker","owner":"hemantgarg1452","description":"A job preparation tracker born out of frustration with messy spreadsheets, forgotten deadlines.    This project automates the entire process - from smart DSA revision to tracking job applications and managing resume workflows - all powered by clean Java microservices.  Built to solve a real problem I personally faced while preparing for software ro","archived":false,"fork":false,"pushed_at":"2025-07-13T11:11:50.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T13:11:59.472Z","etag":null,"topics":["backend-development","java","jpa","microservices","mysql","oop","postman","real-world-project","rest-api","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hemantgarg1452.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-13T11:05:40.000Z","updated_at":"2025-07-13T11:19:36.000Z","dependencies_parsed_at":"2025-07-13T13:22:21.319Z","dependency_job_id":null,"html_url":"https://github.com/hemantgarg1452/Job-Prep-Tracker","commit_stats":null,"previous_names":["hemantgarg1452/job-prep-tracker-public"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hemantgarg1452/Job-Prep-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantgarg1452%2FJob-Prep-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantgarg1452%2FJob-Prep-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantgarg1452%2FJob-Prep-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantgarg1452%2FJob-Prep-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemantgarg1452","download_url":"https://codeload.github.com/hemantgarg1452/Job-Prep-Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantgarg1452%2FJob-Prep-Tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443232,"owners_count":23766370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend-development","java","jpa","microservices","mysql","oop","postman","real-world-project","rest-api","spring-boot"],"created_at":"2025-07-15T15:28:03.507Z","updated_at":"2026-05-05T00:31:33.714Z","avatar_url":"https://github.com/hemantgarg1452.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💼 Job Preparation Tracker\n\nA **microservices-based platform** to streamline your entire job preparation workflow — from DSA practice to job applications and resume tracking. No more messy spreadsheets. Built to be **scalable, fast**, and genuinely useful.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Built%20With-Java%20%7C%20Spring%20Boot%20%7C%20MySQL%20%7C%20JPA-blue?style=for-the-badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/REST%20API-Microservices-green?style=for-the-badge\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Postman-Tested-orange?style=for-the-badge\" /\u003e\n\u003c/p\u003e\n\n---\n\n## 🚀 Why I Built This\n\nAs an aspiring backend developer, I found myself juggling between DSA prep, job applications, and resume updates — often in cluttered Google Sheets.  \nSo, I built a **real-world, modular, and automated job-prep system** to replace all that mess.\n\n---\n\n## 🧠 Core Features\n\n### 📌 DSA Tracker\n- Spaced Repetition Logic (3-5-9 rule) for smart revision\n- Add problems with tags, difficulty \u0026 revisit timers\n- Auto-reminders for pending revisions\n\n### 💼 Job Tracker\n- Add job links, auto-parse JD using **JSoup**\n- Pre-fills fields intelligently (company, role, location)\n- Track applied, rejected, interviews, etc.\n\n### 📄 Resume Tracker\n- Resume versioning \u0026 tagging  \n- _(Upcoming)_ Resume scoring and feedback system using AI\n\n---\n\n## 🔧 Architecture Overview\n\u003cimg width=\"433\" height=\"406\" alt=\"Screenshot 2025-09-07 135206\" src=\"https://github.com/user-attachments/assets/4ef0d76d-8e13-489b-9196-ce1b85b2c95c\" /\u003e\n\n\n\n\n### ✅ Design Highlights\n\n- **Microservices**: DSA, Job, Resume – isolated and independently deployable  \n- **Layered Architecture**: DTOs, Services, Repositories  \n- **Performance Optimized**: Avg. API response \u003c180ms  \n- **Future-Proof**: Plug-and-play modules, scalable DB relations  \n- **60–70% automation** via smart workflows\n\n---\n\n## 📈 Roadmap\n\n- ✅ Core APIs for DSA, Jobs, Resumes  \n- ✅ Smart JD parsing \u0026 reminder system  \n- 🔄 React Frontend Dashboard (In Progress)  \n- 🔜 Resume Parser + AI PDF Scorer  \n- 🔜 Email/Slack Notifications for reminders  \n\n---\n\n\u003e ⚠️ To maintain originality and avoid code misuse, some core parts of the business logic have been intentionally excluded from this public version.  \n\u003e 🙏 I genuinely appreciate your understanding - if you're a recruiter or collaborator interested in the full implementation, I'm happy to share or walk you through it. Just drop a message!\n\n\n\n---\n\n## 🛠️ How to Run Locally\n\n### 1. Clone the repo:\n```bash\ngit clone https://github.com/hemantgarg1452/Job-Prep-Tracker.git\ncd Job-Prep-Tracker\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemantgarg1452%2Fjob-prep-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemantgarg1452%2Fjob-prep-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemantgarg1452%2Fjob-prep-tracker/lists"}