Skip to content

boranbatuhan/randomjalph

Repository files navigation

Random J Alph

japanese alphabet handwriting exercise

Click me for live demo.

webres-demo

📔 About

It is a handwritten exercise web application specially prepared for hiragana, one of the Japanese alphabets.

📜 Features

  • Hiragana Alphabet
  • Letter Selector
  • Random Letter (selected only)
  • Letter Drawing Area
  • Hint Function
  • Result Function

#️⃣ Commands for Local Machine

Run on Local Machine

git clone https://github.com/boranbatuhan/randomjalph.git   // Clone the repository.
cd randomjalph                                              // Change directory.
npm install                                                 // Install dependencies.
npm run dev                                                 // Run development mode.
npm run build                                               // Build the project.