该应用程序将日本的汉字、繁体字和简体字相互转换。
日本の漢字、繁体字と簡体字を相互変換するWebアプリです。
This application converts Japanese Kanji, traditional and simplified.
KanjiConverter 应用程序使用了以下技术和库:
- React:用于构建用户界面的JavaScript库。
- Material-UI:用于创建漂亮的UI组件的UI框架。
- pinyin:用于将文本转换为拼音的JavaScript库。
- zhuyin:用于将拼音转换为注音的JavaScript库。
以下是一个使用 KanjiConverter 应用程序的示例:
输入日文文本:
図書館
应用程序会将其转换为繁体中文:
圖書館
以及简体中文:
图书馆
拼音:
tú,shū,guǎn
和注音:
ㄊㄨˊ,ㄕㄨ,ㄍㄨㄢˇ
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
如果您想为 KanjiConverter 应用程序做出贡献或报告问题,请在 GitHub 存储库中创建一个问题或提出请求。
KanjiConverter 应用程序基于 MIT 许可证 开源。