- 识别训练 - 看罗马音选择正确的平假名和片假名
- 听力训练 - 听音频进行假名听写练习
- 打字训练 - 集成开源项目进行假名打字练习
- Node.js 18+
- npm 或 yarn
# 克隆项目
git clone https://github.com/veardk/just-gojuon.git
cd just-gojuon
# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 打开浏览器访问 http://localhost:3000# 构建生产版本
npm run build
# 启动生产服务器
npm start- Recognition Training - See romaji, select correct hiragana and katakana
- Listening Training - Listen to audio and practice kana dictation
- Typing Training - Integrated open-source typing practice
# Clone the repository
git clone https://github.com/veardk/just-gojuon.git
cd just-gojuon
# Install dependencies
npm install
# Start development server
npm run dev
# Open http://localhost:3000 in your browserVisit the live demo: https://veardk.github.io/just-gojuon
Contributions are welcome! Please feel free to submit a Pull Request.
欢迎贡献代码!请随时提交 Pull Request。
MIT License - see LICENSE file for details