https://github.com/curiousci/anki
Anki PWA: study everywhere, on every device, for free! (& get RID of that 20$ iOS app)
https://github.com/curiousci/anki
anki svelte tailwindcss typescript webapp
Last synced: 6 months ago
JSON representation
Anki PWA: study everywhere, on every device, for free! (& get RID of that 20$ iOS app)
- Host: GitHub
- URL: https://github.com/curiousci/anki
- Owner: CuriousCI
- License: mit
- Created: 2022-10-15T17:18:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T17:29:50.000Z (over 3 years ago)
- Last Synced: 2025-02-07T14:25:04.910Z (over 1 year ago)
- Topics: anki, svelte, tailwindcss, typescript, webapp
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anki _(as a PWA)_
With this project, I aim to build a PWA, so to **empower everyone** to _study_ and _learn_ on **every device!**
## Why tho?
To be honest, I don't like anki's UI that much _(so I'm going to take matters in my own hands)_. Plus, the 20$ pricetag on iOS shouldn't stop people who bought the wrong phone ๐!
It would also ensure the same _user experience_ on every device!
## Which tools and why am I using them
I'm going to build a **static web page** _(cos it's free to host on **GitHub** pages, inside the docs folder)_ which will use Anki's API ๐
I'll write the code in **Svelte** _(get the best results with the least effort)_ as in it's super easy to setup a static website + **TypeScript** cos I really like type safety and clean code ๐งน!
I guess I'll stick to **tailwindcss** as it's always proven to be quick and super useful in every situation! _(and some CSS here and there)_