AI

Student Skill Matcher — HTML + JavaScript

Collect student info, match skills to weighted job profiles, compute match %, show matched/missing skills and improvement steps — all client-side. Includes hooks for Indeed fetch & ChatGPT integration.

Student Info

Enter skills separated by commas or press Enter after each tag in the live tag area below.
Optional integrations shown below. For live Indeed/ChatGPT calls you will need your own backend proxy to avoid CORS & keep keys secret.

Integrations (instructions)

  1. Indeed jobs: Indeed has rate limits and often requires paid APIs (RapidAPI) or a server scraper. Use the "Fetch jobs (simulate)" button to paste sample JSON or provide an endpoint.
  2. ChatGPT: Call the OpenAI API from your server. The demo shows how to build prompt text client-side, then send it to your server which calls OpenAI.