feat: data fetching from src

This commit is contained in:
Kyle Gill
2019-05-19 20:28:47 -06:00
parent 8bde1e6b81
commit 90250e7a98
6 changed files with 69 additions and 7 deletions

10
src/data/quotes.json Normal file
View File

@@ -0,0 +1,10 @@
[
{
"quote": "Dude, sucking at something is the first step to being sorta good at something.",
"author": "Jake the Dog"
},
{
"quote": "Sucking at something is the first step to being sort of good at something.",
"author": "Jake the Dog"
}
]