Every course is free and runs in your browser. No install, no login.
The front door to every learn-X-with-phoebe course - one shelf that groups them into buckets and links out to each live course site. By Phoebe Fu.
Filter by bucket, by audience (leaders / builders), or by interactive courses. The bucket
list is not repeated here on purpose: courses.json is the source of truth and the site
renders it, so this README cannot fall out of date.
courses.json is the single source of truth. assets/hub.js fetches it, renders the
bucketed shelf and the filter bar, and counts up the stats. Adding a course = one entry in
courses.json (slug, title, bucket, audience, format, sessions, blurb) - no HTML to touch.
index.html hero + filter bar + shelf (populated by JS)
courses.json the manifest - edit this to add/update courses
assets/style.css charcoal + electric-lime identity
assets/hub.js render + filter + count-up
Course URLs are derived as https://phoebefu6.github.io/<slug>/.
python3 -m http.server 8000
# open http://localhost:8000