Skip to content

Instantly share code, notes, and snippets.

@Nikodermus
Last active March 5, 2020 03:02
Show Gist options
  • Save Nikodermus/8e12541f8cf2ad17155169e638cd193f to your computer and use it in GitHub Desktop.
Save Nikodermus/8e12541f8cf2ad17155169e638cd193f to your computer and use it in GitHub Desktop.
DB for basic React workshop
{
"source": "http://debakatas.com/img/",
"filters": {
"historical": {
"tooltip": "Which historical character are you?",
"options": [
"historical-characters/amelia-earhart.jpeg",
"historical-characters/cleopatra.jpg",
"historical-characters/cristobal-color.jpg",
"historical-characters/genghis-khan.jpg",
"historical-characters/ghandi.jpg",
"historical-characters/margaret-hamilton.jpeg",
"historical-characters/marie-antoniette.jpeg",
"historical-characters/marie-curie.jpeg",
"historical-characters/vlad-dracul.jpg",
"historical-characters/vladimir-lenin.png"
]
},
"painter": {
"tooltip": "Which painter are you?",
"options": [
"painters/andy-warhol.jpeg",
"painters/edvard-munch.jpeg",
"painters/frida-kahlo.jpeg",
"painters/hirohiko-araki.jpeg",
"painters/leonardo-davinci.jpeg",
"painters/monet.jpeg",
"painters/picasso.jpeg",
"painters/pollock.jpeg",
"painters/van-gogh.jpeg",
"painters/zdzislaw-beksinski.jpeg"
]
},
"programming": {
"tooltip": "What's the programming language for you?",
"options": [
"programming-languages/angular.svg",
"programming-languages/c.svg",
"programming-languages/flutter.svg",
"programming-languages/java.svg",
"programming-languages/javascript.svg",
"programming-languages/kotlin.svg",
"programming-languages/python.svg",
"programming-languages/react.svg",
"programming-languages/ruby.svg",
"programming-languages/rust.svg",
"programming-languages/swift.svg",
"programming-languages/vue.svg"
]
},
"tarot": {
"tooltip": "Meet your tarot card luck for today",
"options": [
"tarot/death.jpg",
"tarot/eight-of-swords.webp",
"tarot/judgement.jpg",
"tarot/king-of-cups.jpg",
"tarot/knight-of-spears.jpg",
"tarot/page-of-swords.jpg",
"tarot/queen-of-spears.jpg",
"tarot/six-of-cups.jpg",
"tarot/temperance.jpg",
"tarot/the-devil.jpg",
"tarot/the-lovers.jpg",
"tarot/the-tower.jpg"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment