diff --git a/.github/screenshots/draw_search.png b/.github/screenshots/draw_search.png new file mode 100644 index 0000000..3c718eb Binary files /dev/null and b/.github/screenshots/draw_search.png differ diff --git a/.github/screenshots/history.png b/.github/screenshots/history.png new file mode 100644 index 0000000..58fc4fa Binary files /dev/null and b/.github/screenshots/history.png differ diff --git a/.github/screenshots/kanji_result.png b/.github/screenshots/kanji_result.png new file mode 100644 index 0000000..3359c6e Binary files /dev/null and b/.github/screenshots/kanji_result.png differ diff --git a/.github/screenshots/kanji_search.png b/.github/screenshots/kanji_search.png new file mode 100644 index 0000000..fb911a0 Binary files /dev/null and b/.github/screenshots/kanji_search.png differ diff --git a/.github/screenshots/radical_search.png b/.github/screenshots/radical_search.png new file mode 100644 index 0000000..41b71cb Binary files /dev/null and b/.github/screenshots/radical_search.png differ diff --git a/.github/screenshots/search.png b/.github/screenshots/search.png new file mode 100644 index 0000000..3765aad Binary files /dev/null and b/.github/screenshots/search.png differ diff --git a/.github/screenshots/search_result.png b/.github/screenshots/search_result.png new file mode 100644 index 0000000..72b73f1 Binary files /dev/null and b/.github/screenshots/search_result.png differ diff --git a/README.md b/README.md index b0b061e..56c0eff 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,77 @@ -[![CircleCI Status](https://circleci.com/gh/h7x4ABk3g/Jisho-Study-Tool.svg?style=shield)]() +[![CircleCI Status][circleci-badge]][circleci] + +
+ + +
# Jisho Study tool +A japanese dictionary with features for making studying the language easier. For the time being, it's mostly a frontend for [Jisho.org][jisho]. It is still in beta, and will stay in beta for some time. Its main data source is the [unofficial_jisho_api][unofficial_jisho_api]. -A japanese dictionary with features for making studying the language easier. +## Screenshots + ++ + + +
+ ++ + + +
+ +[See all screenshots][screenshots] ## Search -Standard search using Jishos API. This returns standard Jisho search results, including what you'd find if you searched through the search bar without any modifiers +Search using the Jisho API. +This returns the same Jisho search results you would find by default search without any modifiers (like `#kanji` or `#adverbs`). +There is also an `Extensive search` mode which does another request to fetch detailed information, at the expense of keeping the user waiting. +This detailed information might include example sentences, audio, and other supplementary information. ## Kanji Search -Jisho kanji search just like using the #kanji modifier in the jisho search bar. This will give you detailed information about things like drawing order, radicals, different kinds of ranks and statistics and some onyomi and kunyomi example words. +There's several ways to search for kanji. +You can search for kanji manually, by typing it in (or by choosing from a large copy-pasted message). +You can also search for kanji by trying to draw it. +There's also grade based search, and radical based search. +The data returned usually includes the kanjis radical, meanings, pronounciations, stroke order, some statistics and example usage. -## Upcoming Features +# Development environment - - [ ] Different kinds of kanji input like radicals and grade based lists - - [ ] Favorites, history and custom lists - - [ ] Anki export - - [ ] Memo cards - - [ ] Cloud sync - - [ ] Dark theme +To set up a development environment, I would suggest heading over to [flutter.dev][flutter-get-started] and following the installation instructions. + +Apart from that, there is no other tools being used at the current time. + +## Aim + +Why am I making this application, when there's thousands of japanese dictionary apps out there? + +I've spent quite a lot of time studying this language. +During study sessions, most of my time would go towards looking for information. +I would often come across new kanji for which I don't know the stroke order, so I ended up fighting with the handwriting recognizers. +Sometimes, I was looking at a word where I had some translations for the word, but no idea how to actually use it. +Finding words that were worthwile to learn could also be hard, and I've probably memorized a bunch of uncommon words that people don't really use. +I also frequently went to places without access to the internet. + +To resolve these problems, I've tried several study aiding apps. +Most were good in some ways, but there wasn't really any app that filled all my requirements. +Jisho.org however, provides most of my needs. +There was a lot of Jisho.org apps, but most were missing a lot of the features that were critical to me. +That is the main problem this app is trying to solve. +I'm aiming to make the app I wished I had while studying. + +## Thanks to + +- Kim, Miwa and Andrew, who did the absolutely incredible work of making Jisho.org +- Mistvall, who created the original API library [unofficial-jisho-api][unofficial-jisho-api]. + +[circleci-badge]: https://circleci.com/gh/h7x4ABk3g/Jisho-Study-Tool.svg?style=shield +[circleci]: https://app.circleci.com/pipelines/github/h7x4ABk3g/Jisho-Study-Tool +[flutter-get-started]: https://docs.flutter.dev/get-started/install +[jisho]: https://jisho.org +[screenshots]: .github/screenshots/ +[unofficial-jisho-api]: https://www.npmjs.com/package/unofficial-jisho-api +[unofficial_jisho_api]: https://pub.dev/packages/unofficial_jisho_api \ No newline at end of file