{"id":15315459,"url":"https://github.com/bryanjenningz/japanese-dictionary","last_synced_at":"2026-03-03T15:04:16.241Z","repository":{"id":189034341,"uuid":"672772981","full_name":"bryanjenningz/japanese-dictionary","owner":"bryanjenningz","description":"Japanese dictionary web app written with React, Next.js, TypeScript, TailwindCSS, and Zustand. Inspired by Pleco. Initialized with create-t3-app.","archived":false,"fork":false,"pushed_at":"2024-12-10T04:22:39.000Z","size":16280,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-10T23:48:07.119Z","etag":null,"topics":["create-t3-app","dictionary","japanese","language-learning","nextjs","pleco","react","t3-stack","tailwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://japanese-dictionary.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bryanjenningz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-31T06:17:31.000Z","updated_at":"2024-12-10T04:22:44.000Z","dependencies_parsed_at":"2023-08-18T00:31:40.370Z","dependency_job_id":"7bdd50cb-ac1b-4b70-999d-5f62c8a82d2d","html_url":"https://github.com/bryanjenningz/japanese-dictionary","commit_stats":null,"previous_names":["bryanjenningz/react-pleco"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bryanjenningz/japanese-dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjenningz%2Fjapanese-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjenningz%2Fjapanese-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjenningz%2Fjapanese-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjenningz%2Fjapanese-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanjenningz","download_url":"https://codeload.github.com/bryanjenningz/japanese-dictionary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjenningz%2Fjapanese-dictionary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T14:38:37.398Z","status":"ssl_error","status_checked_at":"2026-03-03T14:38:06.721Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["create-t3-app","dictionary","japanese","language-learning","nextjs","pleco","react","t3-stack","tailwindcss","typescript","zustand"],"created_at":"2024-10-01T08:50:32.955Z","updated_at":"2026-03-03T15:04:16.220Z","avatar_url":"https://github.com/bryanjenningz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Japanese Dictionary\n\nA Japanese dictionary progressive web app written with [React](https://react.dev), [Next.js](https://nextjs.org), [TypeScript](https://typescriptlang.org), [TailwindCSS](https://tailwindcss.com), and [Zustand](https://github.com/pmndrs/zustand). Inspired by [Pleco](https://pleco.com). Initialized with [create-t3-app](https://create.t3.gg).\n\n## Features\n\n- Search Japanese text with kanji, hiragana, and romaji (for example: \"漢字\", \"ひらがな\", \"ro-maji\")\n- Use clipboard reader to paste and read text, lookup words, and save flashcards\n- Save dictionary lookup history, clipboard reader lookup history, search history, and flashcards\n- Quiz yourself on saved flashcards by using flashcard tests\n- Enable dark mode\n- Installable on iOS, Android, Windows, Mac OS, and Linux\n- Works entirely offline\n\n## Screenshots\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-light-search-romaji.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-search-romaji.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-search-hiragana.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-light-side-menu.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-side-menu.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-word-page.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-light-clipboard-reader.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-clipboard-reader.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-clipboard-reader-lookup.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-clipboard-reader-history.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-light-clipboard-reader-history.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-dictionary-lookup-history.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-flashcards.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-long-press-flashcard.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-flashcard-test-front.png\" alt=\"\" /\u003e\n  \u003cimg width=\"200\" src=\"screenshots/screenshot-dark-flashcard-test-back.png\" alt=\"\" /\u003e\n\u003c/div\u003e\n\n## Credits\n\n- [Pleco](https://pleco.com) for design inspiration\n- [JMdict/EDICT](https://www.edrdg.org/wiki/index.php/JMdict-EDICT_Dictionary_Project) for the word dictionary\n- [Rikaikun](https://github.com/melink14/rikaikun) for the formatted word dictionary, word dictionary index, verb deconjugation code, and other pieces of code\n- [Kanjium](https://github.com/mifunetoshiro/kanjium) for the pitch accent dictionary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanjenningz%2Fjapanese-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanjenningz%2Fjapanese-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanjenningz%2Fjapanese-dictionary/lists"}