now you can learn from multiple decks, will implement editing the deaks soon!

This commit is contained in:
RezHackXYZ 2025-06-12 17:25:26 +05:30
parent dc4674f031
commit dcf1fed0c3
No known key found for this signature in database
GPG key ID: C4C90E569C9669E2
4 changed files with 78 additions and 14 deletions

View file

@ -1,5 +1,26 @@
[
{ "Q": "Best programer in the world?", "a": "RezHackXYZ" },
{ "Q": "Best coding community?", "a": "HackClub" },
{ "Q": "Will @Shub go totally bankrupt?", "a": "yes!" }
{
"deckName": "Tech",
"cards": [
{ "Q": "What is Svelte?", "a": "Best web dev Framework ever." },
{ "Q": "What is a component?", "a": "A reusable piece of UI in Svelte." },
{ "Q": "How do you create a reactive variable?", "a": "$: variableName = value;" }
]
},
{
"deckName": "Math Basics",
"cards": [
{ "Q": "What is 2 + 2?", "a": "4" },
{ "Q": "What is the square root of 16?", "a": "4" },
{ "Q": "What is 5 * 6?", "a": "30" }
]
},
{
"deckName": "Geography",
"cards": [
{ "Q": "What is the capital of France?", "a": "Paris" },
{ "Q": "Which continent is Egypt in?", "a": "Africa" },
{ "Q": "What is the largest ocean?", "a": "Pacific Ocean" }
]
}
]