{"id":51571852,"url":"https://github.com/uxlabspk/learn","last_synced_at":"2026-07-10T20:01:24.520Z","repository":{"id":368830536,"uuid":"1285729352","full_name":"uxlabspk/learn","owner":"uxlabspk","description":"A fully static React + TypeScript coding course platform, lessons are Markdown files, no CMS or backend required.","archived":false,"fork":false,"pushed_at":"2026-07-02T11:18:49.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-02T12:27:25.638Z","etag":null,"topics":["learning-resources","reactts","tailwindcss"],"latest_commit_sha":null,"homepage":"https://learn.codehuntspk.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uxlabspk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-01T05:05:40.000Z","updated_at":"2026-07-01T11:02:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/uxlabspk/learn","commit_stats":null,"previous_names":["uxlabspk/learn"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/uxlabspk/learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxlabspk%2Flearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxlabspk%2Flearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxlabspk%2Flearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxlabspk%2Flearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uxlabspk","download_url":"https://codeload.github.com/uxlabspk/learn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxlabspk%2Flearn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35341768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["learning-resources","reactts","tailwindcss"],"created_at":"2026-07-10T20:01:21.767Z","updated_at":"2026-07-10T20:01:24.508Z","avatar_url":"https://github.com/uxlabspk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeHunts Learn Platform\n\nFree coding course/article site for `learn.codehuntspk.com`, built with React + TypeScript + Vite. Fully static — no server-side code, no database, no login required.\n\n## How content works\n\nThere's no CMS to log into. Every lesson is a Markdown file in:\n\n```\nsrc/content/courses/\n```\n\nAdd a new lesson by creating a new `.md` file there, e.g. `css-flexbox.md`:\n\n```md\n---\ntitle: Flexbox Basics\ndescription: One-line summary shown on the course cards.\ntrack: CSS Fundamentals\norder: 1\nminutes: 10\npdf: /pdfs/flexbox-cheatsheet.pdf   # optional, omit if there's no PDF\n---\n\nYour lesson content here, written in normal Markdown.\nHeadings, `code`, lists, \u003e blockquotes, and fenced code blocks\nall render automatically.\n```\n\n- `track` groups lessons together (shown as a \"trail\" on the homepage and courses page).\n- `order` controls the sequence within that track.\n- `pdf` is optional — if set, a \"Download PDF\" button appears on the lesson. Put the actual PDF file in `public/pdfs/`.\n\nThe site picks up new `.md` files automatically the next time you run `npm run build` — nothing else to wire up.\n\n## Local development\n\n```bash\nnpm install\nnpm run dev\n```\n\nOpens at `http://localhost:5173`.\n\n## Building for production\n\n```bash\nnpm run build\n```\n\nThis outputs a fully static site into the `dist/` folder — that folder is everything you upload to Hostinger.\n\n## Project structure\n\n```\nsrc/\n  content/courses/   ← your lessons (Markdown)\n  pages/             ← Home, Courses, CourseDetail, NotFound\n  components/        ← Layout (header/footer)\n  lib/content.ts      ← loads \u0026 parses the Markdown files at build time\npublic/\n  pdfs/              ← downloadable cheatsheets referenced from lessons\n  .htaccess          ← makes routing work on Apache/Hostinger\n```\n\n## Notes\n\n- No backend, no database, no user accounts — by design, per the current scope. If you later want logins/progress-tracking, that would need adding a PHP+MySQL API \n- Fonts are loaded from Google Fonts via `\u003clink\u003e` tags in `index.html`. If you'd rather not depend on Google Fonts, they can be self-hosted instead.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxlabspk%2Flearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuxlabspk%2Flearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxlabspk%2Flearn/lists"}