Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryanjenningz/japanese-reader
A mobile-focused offline-mode Japanese reader web app. Built with React, TypeScript, Next.js, TailwindCSS, and Zustand. Initialized with create-t3-app.
https://github.com/bryanjenningz/japanese-reader
create-t3-app nextjs react t3-stack tailwindcss typescript zustand
Last synced: about 1 month ago
JSON representation
A mobile-focused offline-mode Japanese reader web app. Built with React, TypeScript, Next.js, TailwindCSS, and Zustand. Initialized with create-t3-app.
- Host: GitHub
- URL: https://github.com/bryanjenningz/japanese-reader
- Owner: bryanjenningz
- License: gpl-3.0
- Created: 2023-09-03T14:53:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T21:47:53.000Z (about 1 year ago)
- Last Synced: 2024-10-17T00:26:29.468Z (3 months ago)
- Topics: create-t3-app, nextjs, react, t3-stack, tailwindcss, typescript, zustand
- Language: TypeScript
- Homepage: https://japanese-reader.vercel.app
- Size: 12.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Japanese Reader
A mobile-focused offline-mode Japanese reader web app.
Link to web app: [japanese-reader.vercel.app](https://japanese-reader.vercel.app)
Built with [React](https://react.dev), [TypeScript](https://typescriptlang.org), [Next.js](https://nextjs.org), [TailwindCSS](https://tailwindcss.com), and [Zustand](https://github.com/pmndrs/zustand). Initialized with [create-t3-app](https://create.t3.gg).
## Features
- Paste text from clipboard
- Look up Japanese words with pitch accent, conjugation, and multiple readings
- Save and view text history
- Clear all text history
- Delete individual text history entries (long-press history entry on mobile, right-click history entry on desktop)
- Installable progressive web app that works entirely offline## Screenshots
## Credits
- [Pleco](https://pleco.com) for design inspiration
- [JMdict/EDICT](https://www.edrdg.org/wiki/index.php/JMdict-EDICT_Dictionary_Project) for the word dictionary
- [Rikaikun](https://github.com/melink14/rikaikun) for the formatted word dictionary, word dictionary index, verb deconjugation code, and other pieces of code
- [Kanjium](https://github.com/mifunetoshiro/kanjium) for the pitch accent dictionary