this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 30 lines 2.3 kB view raw view rendered
1<h1> 2 HanziApp 3 <a href="https://bpev.me/apps"> 4 <img src="https://static.bpev.me/icons/made-by-ben.svg" /> 5 </a> 6</h1> 7 8The goal of HanziApp is to be a hanzi-learning supplement for learning Chinese. 9 10We support both Traditional and Simplified Chinese, and Pinyin, Jyutping, and Zhuyin / Bopomofo. We are starting to add some Japanese, also, but that isn't really supported as of yet. 11 12![See screenshots](./www/static/brand/screenshots.png) 13 14The core srs curriculum is focused on learning hanzi, and not words. We only add vocabulary in order to help solidify the hanzi. Right now, we aim for a useful baseline of Hanzi for conversational Chinese (focusing on [HSK-3.0](https://en.wikipedia.org/wiki/Hanyu_Shuiping_Kaoshi) bands 1-6). This app takes a lot of influence from Tofugu's [WaniKani](https://wanikani.com) website for learning Japanese Kanji. 15 16We also have side-games that focus on application of hanzi, which are NOT srs based (ala, not for memorization, but more for practice of usage). These are intended to be used when a user wants to practice more, but doesn't have any reviews scheduled. These include tasks such as pronouncing time, math, and introducing vocabulary that we skipped over. These mini-games should unlock when users learn the prerequisite hanzi. 17 18## Contributing 19 20If you want to contribute definitions, hints, or translations, refer to the [ data readme](./data/README.md). 21 22If you want to contribute code, I will try and update the [ spec](./SPEC.md) to add more app implementation details. 23 24## License 25 26Not all code or data used to build this project is my own; For dependencies, their individual licenses apply. For links to the license data of all dependencies, please use [`data/sources/licenses.tsv`](./data/sources/licenses.tsv) as a reference. Note that this list only includes direct dependencies, so it may not be inclusive. The VF font is from visual-fonts.com, and their license still applies font. Please purchase their font if you would like to use it. 27 28Some code I have taken from elsewhere and modified. For that code, I have added a `@license` tag in the modified source. If you search the repository for those files, you will find them. For those, their individual licenses apply. 29 30For all other code and data, the LICENSE applies.