Chinese practice website
Install nodejs.
Run
npm install
Launch with
npm run start
Some exercises:
http://localhost:3000/ex/hsk1
: HSK 1 vocabularyhttp://localhost:3000/ex/char
: charactershttp://localhost:3000/ex/char1
: characters level 1http://localhost:3000/ex/char2
: characters level 2http://localhost:3000/ex/char6
: characters level 6http://localhost:3000/ex/word
: wordshttp://localhost:3000/ex/word1
: words level 1http://localhost:3000/ex/word2
: words level 2http://localhost:3000/ex/word6
: words level 6http://localhost:3000/ex/noun
: nounshttp://localhost:3000/ex/pronoun
: pronounshttp://localhost:3000/ex/verb
: verbshttp://localhost:3000/ex/sverb
: simple verbshttp://localhost:3000/ex/adverb
: adverbshttp://localhost:3000/ex/adjetives
: adjetiveshttp://localhost:3000/ex/number
: numbershttp://localhost:3000/ex/family
: familyhttp://localhost:3000/ex/food
: foodhttp://localhost:3000/ex/time
: timehttp://localhost:3000/ex/place
: placeshttp://localhost:3000/ex/pword
: pinyin wordshttp://localhost:3000/ex/pword1
: pinyin words level 1http://localhost:3000/ex/pword2
: pinyin words level 2http://localhost:3000/ex/pword6
: pinyin words level 3
TBD
TBD
- Chinese English Pinyin Dictionary
- Pinyin Pronunciation
- (Chinese Pronunciation) 4.Pinyin (Vowels : Simple Vowels a, o, e, i, u)
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.