Convertium is a small app that helps you change your foreign name to Japanese Hiragana, full-width Katakana, and half-width katakana. Very useful when signing up for Japanese services where the website is very peculiar about the formatting.
- Convert your foreign name to Japanese Hiragana, Katakana, and half-width Katakana.
- Convert any Hiragana, Katakana, or half-width Katakana word to other styles.
- Don't know any Japanese? No problem! You can paste in any English word and it will be converted to Japanese after hitting the button.
- Type in your word in the input box and hit the copy button to copy it to the clipboard.
- Next.js
- TypeScript
- Chakra UI
- Google CLoud Translate API
- romaji-conv
- encoding-japanese
pnpm install && pnpm dev
npm install && npm run dev
yarn install && yarn dev
Your app should be up and running on http://localhost:3000! If it doesn't work, post on GitHub discussions.