added the way to edit using json for now, will add real ui soon!
This commit is contained in:
parent
032c712641
commit
8824a81972
4 changed files with 46 additions and 3 deletions
5
src/routes/flashcards/tempelateDeck.json
Normal file
5
src/routes/flashcards/tempelateDeck.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
{ "Q": "Best programer in the world?", "a": "RezHackXYZ" },
|
||||
{ "Q": "Best coding community?", "a": "HackClub" },
|
||||
{ "Q": "Will @Shub go totally bankrupt?", "a": "yes!" }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue