Skip to content

harsh8051/kazan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web-app to help you practice Japanese

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.1%
  • Vue 42.7%
  • HTML 1.2%
  • Other 1.0%