Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.29 KB

Untitled

Web-app that helps you to practice hiragana, katakana, vocabulary, and kanji (coming soon). An assistance tool for your WaniKani learning journey.

iPhone 12 Pro Max -- Silver

Features

  • Kana review
  • WaniKani vocabulary review
    • Meaning, reading, and translation reviews
    • Review by WaniKani user level
  • Settings
    • Selection of Japanese fonts
    • Show answers/hide answers
  • WPA support

Development

There are 2 directories inside of this repository:

  • server - source code for the server (NodeJS app)
  • client - source code for the web-app (Vue/TypeScript app)

You can navigate to any of those and init them as local npm projects through npm install. And then use IDE of your choice to make appropriate changes.

If you just want to try to run both server and client locally, you can do that by using the following make commands:

# To launch the server locally
make server-run

# To lanuch the web-server for the web-app locally
make client-run