Helps to study latin declensions/vocabulary
- For my latin course because when you're looking for something specific, the book feels big, cluttered, and cumbersome to flip through (and I don't like Quizlet)
- Made by me for me, but if you want to use it, it's hosted here
current version: 0.1
author: PineappleRind
(Henle Latin, Christian/Classical)
All commands listed can be replaced with your favorite package manager :)
bun i
— install dependenciesbun dev
— run "dev" scriptopen localhost:5173
— open in browser!
README.md
: you are herestatic
: static assets that will not be processed by Sveltesrc
: main ui/logic-
components
: reusable components or functionality extracted from pages/layouts
-
routes
: each page and its logic
-
-
api
: backend api routes
-
-
-
quiz
: quiz-related routes
-
-
-
view
: learn-related routes
-
-
types
: shared types between api/routes
-
utils
: reusable functions