Flashcards App

To use this app you should import your cards from a JSON document. If you don't have your cards in JSON format the use the following format to pass them to a JSON document:

[
	{
		"front": "The front of the card: string",
		"back": "Back of the card: string (if it's an image you either put the link to it or use base 64 encoded strings)",
		"type": "Type can only be: text | code:language | image.",
	},
	...
]

The imported JSON will be saved in the localstorage and you can export all cards whenever you want with the menu on the right side.