Ideodrills is a website designed for ideogram training. While there are several websites available for this purpose, they often have limitations such as pre-recorded audios, which restrict the variety of ideograms and do not allow for personalized training. Additionally, finding all the necessary ideograms on a single platform can be challenging.
Ideodrills addresses these issues by utilizing the Web Speech API to synthesize text to speech. This allows you to train with any ideogram you choose, and also also train in your preferred language.
Please note that on mobile devices, the Web Speech API uses the system language for speech synthesis, which may limit the availability of other languages. In addition, some devices may not be compatible.
You need to have node.js (+16) and npm installed.
- Clone the repository and access it through the terminal
- Run
npm install - Run
npm run startto start the dev server