Skip to content

🔰 Japanese language assistant website from an input method to a converter

License

Notifications You must be signed in to change notification settings

sglkc/jp-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔰 日本語Japanese Assistant

GitHub Page

Japanese language assistant website from an input method to a converter.

Basically a web version of (https://github.com/sglkc/joshu-bot)

Sadly, this website is not for complete beginners, most of the features are experimental and mostly optimized for offline use. Please find more reliable sources to cover any mistakes.

Features

More features are definitely coming! The features for now are the following:

  • Input Method Editor
  • Verb Conjugation Tool
  • Verb Deconjugation Tool
  • Japanese Text Converter

Developing

  1. Clone the repo
git clone https://github.com/sglkc/jp-assistant.git
cd jp-assistant
  1. Install npm dependencies
npm install
  1. Run the copy script to copy required files to dist folder
npm run copy
  1. Run the dev script
npm run dev

Contributing

Every contributions are greatly appreciated! You can start by forking this repository then create a pull request.

  1. Fork the repository
  2. Create your branch (git checkout -b new-feature)
  3. Commit your changes (git commit -m 'feat: add new command')
  4. Push to the branch (git push origin new-feature)
  5. Open a pull request

License

Distributed under the MIT License. See LICENSE for more information.

About

🔰 Japanese language assistant website from an input method to a converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published