wordstosong / speaklouder

1 stars 0 forks source link

Let's add some dummy data! #28

Open michaeljonathanblack opened 7 years ago

michaeljonathanblack commented 7 years ago

Alright, if we want to get some javascript going, we need to get some data to work with, and some services to connect to.

Let's start with data!

We need at least 5 dummy comics, maybe just save panels with different background colors in sets. Then build an array of strip objects which have a bunch of properties, e.g. panels array, title, id, slug, description, secret text, date, metadata, author, etc.

Once we have this, we'll have a bunch of stuff to code around.