This is a flashcard app for the vocabulary in Bryan Van Norden's Classical Chinese for Everyone. I wrote it to help myself learn the material and I hope it will assist others in doing the same.
You can filter vocabulary using the "Filters" drawer at the bottom of the screen. Flashcards will be included if they match any selected filter in all filter categories (lessons, types, etc.). Lesson numbers correspond to the lessons of the book.
"Apply Filters" will apply updated filters to the remaining words without changing your progress. "Reset Cards" will clear your progress and apply updated filters to a fresh set of characters.
If you prefer to use Pleco as your flashcard app, you can download a compatible flashcard text file from /cc4e-flashcards.txt and import it with the Pleco app.
If you are just interested in updating the vocab, all of that is located in
data/wordlist.ts
.
This is a Next.js project bootstrapped with
create-next-app
,
and can be run locally using
npm install
npm run dev
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.