dream-job-tracker

Dream Job Tracker 🎯

An MCP-powered personal assistant that helps developers land their dream job at companies like Postman!

Live Demo Postman Collection

πŸš€ Live Demo

πŸ‘‰ Click here to try Dream Job Tracker

image

🎯 Why I Built This

As a developer who dreams of working at Postman, I faced these challenges:

This MCP-powered app transforms the chaotic job search into a structured journey toward landing my dream job!

✨ Features

πŸ” Smart Job Matching

πŸ“Š Skill Gap Analysis

πŸ“‹ Application Tracker

🎀 Interview Preparation

πŸ› οΈ Built With

πŸ“ Project Structure

dream-job-tracker/ β”œβ”€β”€ πŸ“„ dream-job-tracker.html # Complete working demo β”œβ”€β”€ πŸ“‚ mcp-server/ β”‚ └── πŸ“„ index.js # MCP server with 5 intelligent tools β”œβ”€β”€ πŸ“„ package.json # Dependencies β”œβ”€β”€ πŸ“„ dream-job-tracker.postman_collection.json └── πŸ“„ README.md # You are here!

🎯 MCP Tools Implemented

  1. search_jobs - Finds opportunities with smart matching
  2. analyze_job - Compares requirements with your skills
  3. track_application - Manages application lifecycle
  4. get_preparation_tips - Generates personalized prep content
  5. get_applications - Retrieves all tracked applications

πŸ§ͺ API Testing

Run in Postman

View raw collection JSON

View on Postman

Note: If clicking β€œView” in Postman shows a 404 (β€œwe could not find the workspace”), the collection hasn’t been published to a public Postman workspace. Click β€œFork” instead to import it into your own workspace. Publishing this collection to a public workspace will enable the β€œView” option for everyone.

To make β€œView” work for everyone (publish to public workspace):

I’ve created a complete Postman collection demonstrating all MCP tools:

Download collection JSON

Forking in Postman:

Set collection variable:

πŸš€ Quick Start

Option 1: Just the Demo (No Installation! πŸŽ‰)

Simply open the live demo: https://inkzombie.github.io/dream-job-tracker/

Option 2: Run Locally

# Clone the repo
git clone https://github.com/InkZombie/dream-job-tracker.git
cd dream-job-tracker

# Install dependencies (if running MCP server)
npm install

# Start MCP server
node mcp-server/index.js

# Open the demo (choose one):
# macOS
open dream-job-tracker.html
# Linux
xdg-open dream-job-tracker.html
# Windows (PowerShell)
Start-Process dream-job-tracker.html

πŸ“Έ Screenshots Job Dashboard - 92% Match for Postman! Job Dashboard

Skill Analysis Skill Analysis

πŸ† Impact & Results Since building Dream Job Tracker:

⏱️ 10+ hours/week saved not manually checking job boards πŸ“ˆ 100% on-time applications (0 deadlines missed!) 🎯 3 critical skills identified and now learning πŸ’Ό 40% higher response rate with better preparation 🀝 Contributing Feel free to fork this and adapt it for your own job search! If you land your dream job using this, let me know! πŸŽ‰

πŸ“„ License MIT License - Use this to land YOUR dream job!

Made with ❀️ and determination by Paula Nunez πŸ™ Acknowledgments Built for the Postman Web Dev Challenge 2025 Inspired by my dream to work at Postman Thanks to the Postman team for creating amazing developer tools!