Simple React project to study the numbers in japanese
Use node with the following command:
npm install --save japanese-numbers
Try out the With Demo
import JapaneseNumbers from 'japaneseNumbers';
ReactDOM.render(< JapaneseNumbers />,document.getElementById('root'));