Skip to content

StephanieHhnbrg/chinese-caligraphy

Repository files navigation

Chinese Puzzle

MIT License

Introduction

Chinese Puzzle is an innovative platform designed for learning the Chinese language and exploring its complex characters. The core components include:

  • Radicals Overview: A comprehensive guide to the root elements of Chinese characters, known as radicals.
  • Character Visualization: Engaging visuals that illustrate how characters are formed from these root elements.

Through the deconstruction of characters into root elements — a process known as chanzi — users can enhance their ability to recognize and memorize characters, significantly improving their learning experience. Additionally, users can expand their vocabulary by browsing specific topic clusters or exploring radicals and their occurrences in various Chinese characters.

Features (WIP)

  • Internationalization: The platform is available in 🇺🇸 English and 🇩🇪 German.
  • Vocabulary: Access a collection of the 1,000 most common Chinese words.
  • Chanzi Analysis: Interactively explore Chinese characters and their compositions.
  • Search Functionality: Search for characters to discover their chanzi and occurrences in other characters.
  • Chanzi via Machine Learning: For characters not included in the platform's vocabulary, machine learning is utilized to deconstruct them into root elements.

Explore the Chinese Puzzle and embark on your journey to mastering the Chinese language!

Local Setup

The tool is deployed as a Github Page.

But in case you would like to run the project locally, follow these steps:

  • Install dependencies: npm install
  • Start project: npm run start