{"id":48688562,"url":"https://github.com/lgdlong/learn-jpd-fpt","last_synced_at":"2026-04-11T04:38:58.502Z","repository":{"id":300171542,"uuid":"1005371776","full_name":"lgdlong/learn-jpd-fpt","owner":"lgdlong","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-28T11:32:24.000Z","size":15499,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T04:38:57.926Z","etag":null,"topics":["japanese","nextjs","project"],"latest_commit_sha":null,"homepage":"https://learn-jpd-fpt.vercel.app","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/lgdlong.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}},"created_at":"2025-06-20T06:04:35.000Z","updated_at":"2026-03-15T03:48:41.000Z","dependencies_parsed_at":"2025-06-20T08:39:40.152Z","dependency_job_id":null,"html_url":"https://github.com/lgdlong/learn-jpd-fpt","commit_stats":null,"previous_names":["lgdlong/learn-jpd-fpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lgdlong/learn-jpd-fpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgdlong%2Flearn-jpd-fpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgdlong%2Flearn-jpd-fpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgdlong%2Flearn-jpd-fpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgdlong%2Flearn-jpd-fpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgdlong","download_url":"https://codeload.github.com/lgdlong/learn-jpd-fpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgdlong%2Flearn-jpd-fpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["japanese","nextjs","project"],"created_at":"2026-04-11T04:38:57.719Z","updated_at":"2026-04-11T04:38:58.481Z","avatar_url":"https://github.com/lgdlong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Japanese Vocabulary App\n\nThis project is a simple vocabulary learning tool built with [Next.js](https://nextjs.org/) and TypeScript. It lets you browse and search a list of Japanese words and provides a small administration interface for adding or editing entries.\n\n## Features\n\n- Search vocabulary by **romaji**, **hiragana** or **Vietnamese** meaning\n- Responsive interface styled with [Bootstrap 5](https://getbootstrap.com/)\n- Dataset stored locally in `src/data/vocabularies.json` and persisted in the browser using `localStorage`\n- Optional development page for managing vocabulary entries\n\n## Getting Started\n\nInstall dependencies and launch the development server:\n\n```bash\nyarn install\nyarn dev\n```\n\nOpen \u003chttp://localhost:3000\u003e in your browser to view the app.\n\nThe latest version is deployed at \u003chttps://learn-jpd-fpt.vercel.app\u003e.\n\n## Available Scripts\n\n- `yarn dev` – start the Next.js development server\n- `yarn build` – build the production version\n- `yarn start` – start the production server after a build\n- `yarn lint` – run ESLint checks\n\n## Development Page\n\nThere is an admin page located at `/dev` that allows you to add, edit and remove vocabulary items. Access is controlled by a flag inside `src/app/dev/page.tsx`:\n\n```ts\nconst isAdmin = false; // change to true to enable access\n```\n\nSet this value to `true` during local development if you need to modify the vocabulary list.\n\n## Data Format\n\nEach vocabulary entry follows this interface:\n\n```ts\ninterface JapaneseVocabulary {\n  kanji: string;\n  hiragana: string;\n  romaji: string;\n  vietnamese: string;\n}\n```\n\nThe starter dataset contains several hundred entries in `src/data/vocabularies.json`.\n\n## License\n\nThis project is provided for learning purposes and does not include a specific license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgdlong%2Flearn-jpd-fpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgdlong%2Flearn-jpd-fpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgdlong%2Flearn-jpd-fpt/lists"}