Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elianiva/kanaizu
A simple "quiz" app to memorise hiragana or katakana. Made with Routify and Tailwindcss.
https://github.com/elianiva/kanaizu
routify website
Last synced: 22 days ago
JSON representation
A simple "quiz" app to memorise hiragana or katakana. Made with Routify and Tailwindcss.
- Host: GitHub
- URL: https://github.com/elianiva/kanaizu
- Owner: elianiva
- License: mit
- Created: 2020-09-22T14:23:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T13:51:59.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:35:07.083Z (7 months ago)
- Topics: routify, website
- Language: Svelte
- Homepage: https://kanaizu.vercel.app
- Size: 2.06 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Kanaizu - `This is a simple quiz app that I made as an excuse to try Routify/Svelte and to help my friend memorise Japanese kana. It's not perfect but it's quite usable. Currently there are ~508 words or phrase of hiragana and katakana.` *by [elianiva](https://github.com/elianiva)* (K)
- made-in-indonesia - Kanaizu - `This is a simple quiz app that I made as an excuse to try Routify/Svelte and to help my friend memorise Japanese kana. It's not perfect but it's quite usable. Currently there are ~508 words or phrase of hiragana and katakana.` *by [elianiva](https://github.com/elianiva)* (K)
README
# Kanaizu
This is a simple quiz app that I made as an excuse to try Routify/Svelte and to help my friend memorise Japanese kana. It's not perfect but it's quite usable. Currently there are ~508 words or phrase of hiragana and katakana.
I got the name **Kanaizu** by combining **Kana** and **Quiz**. Yeah, it might sound stupid but meh, I never good at naming stuff so it is what it is.
> This app is not responsive because I only intend to use this on desktop, typing on a phone is such a pain. Therefore it is pointless for me to make it responsive.
## Preview
![Preview](static/cover.png)The site is available [here](https://kanaizu.vercel.app)
## Build
To build this app, run this command```bash
npm run build
```
## Develop
If you want to add some features to this app, you can run these commands```bash
npm run dev # using rollup
npm run dev:nollup # using nollup, super fast rebuild
```# License
MIT © [Elianiva](https://github.com/elianiva/kanaizu/blob/master/LICENSE)