Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicewriteswrongs/anki-js-client
a web frontend for Anki for studying Japanese
https://github.com/alicewriteswrongs/anki-js-client
anki ankiconnect japanese react
Last synced: 19 days ago
JSON representation
a web frontend for Anki for studying Japanese
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/anki-js-client
- Owner: alicewriteswrongs
- Created: 2020-02-15T15:49:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:27:49.000Z (over 1 year ago)
- Last Synced: 2024-10-27T16:58:12.127Z (2 months ago)
- Topics: anki, ankiconnect, japanese, react
- Language: TypeScript
- Homepage:
- Size: 7.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anki client
a custom web frontend for Anki that I built using react and the very nice
anki plugin [AnkiConnect](https://foosoft.net/projects/anki-connect/).AnkiConnect basically gives you a REST api that you can access locally to
get information about your anki decks, cards, notes, and so on.I'm using anki to study Japanese, and this client is basically a way to
view my progress and review what I've learned as I make my way through
a custom Heisig / WaniKani-like set of decks that I made.If anyone at all is interested in this contact me and I can share it with
you, but for now the deck is private :)## running it
the app is available at .
note that it makes request to your localhost, so you must have anki open
and running on your computer with AnkiConnect installed.to run it locally for development and so on just
```
yarn install
yarn start
```the app is built using
[esbuild](https://esbuild.github.io/).to deploy do
```
yarn deploy
```