Skip to content

timgl/posthog-name-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn PostHog

Spaced-repetition trainer for PostHog employee names. Photo → type the name → reveal team and location. First-try correct = mastered (never shown again). Misses go into a Leitner-style review queue.

Run

./fetch-data.sh                # snapshot employees.json from posthog.com (needs jq)
python3 -m http.server 8000    # serve the static files

Open http://localhost:8000.

Progress is stored in localStorage (posthog-sr-state, posthog-sr-step). Use the "Reset progress" link in the footer to start over.

Files

  • index.html, style.css, app.js — the app.
  • employees.json — local snapshot of the 202 team members.
  • fetch-data.sh — refreshes the snapshot.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors