Skip to content

Add Helping Hand career navigator app (frontend, backend, ML engine, and data)#1

Open
Raheel-glicth wants to merge 1 commit into
mainfrom
codex/create-career-guidance-website-with-ml
Open

Add Helping Hand career navigator app (frontend, backend, ML engine, and data)#1
Raheel-glicth wants to merge 1 commit into
mainfrom
codex/create-career-guidance-website-with-ml

Conversation

@Raheel-glicth

@Raheel-glicth Raheel-glicth commented Mar 1, 2026

Copy link
Copy Markdown
Owner

Motivation

  • Provide a simple, self-contained career guidance web app that uses a small custom ML distribution engine and LLM-backed narrative to recommend tech career paths and surface curated learning roadmaps.

Description

  • Add a static frontend under public with index.html, style.css, and app.js implementing a 12-question diagnostic, progress UI, result rendering, resource submission form, and API interactions.
  • Implement a minimal Node.js HTTP server in server.js that trains a lightweight multi-output logistic model from data/training-data.json, exposes GET /api/fields, POST /api/recommend, and POST /api/resources, and persists submissions and resources to JSON files.
  • Add data fixtures data/resources.json, data/training-data.json, and an initially empty data/submissions.json to seed roadmaps, training samples, and storage.
  • Add package.json with start/dev/lint scripts and a top-level README.md documenting usage and environment variables.

Testing

  • Ran the lint script npm run lint which executes node --check server.js and node --check public/app.js and reported no syntax errors.
  • Performed a basic smoke start with npm start and verified the server serves index.html and responds to GET /api/fields and POST /api/recommend for a valid payload (smoke checks succeeded).

Codex Task


Continue Tasks: ✅ 3 no changes — View all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant