Skip to content

Instantly share code, notes, and snippets.

@railsstudent
Last active February 20, 2023 23:39
Show Gist options
  • Save railsstudent/ccda9a9d5c0761791d58c7edc3bce406 to your computer and use it in GitHub Desktop.
Save railsstudent/ccda9a9d5c0761791d58c7edc3bce406 to your computer and use it in GitHub Desktop.
messages.json
{
"messages":[
{
"id":1,
"description":"This is an inbox layout.",
"isChecked":false
},
{
"id":2,
"description":"Check one item",
"isChecked":false
},
{
"id":3,
"description":"Hold down your Shift key",
"isChecked":false
},
{
"id":4,
"description":"Check a lower item",
"isChecked":false
},
{
"id":5,
"description":"Everything inbetween should also be set to checked",
"isChecked":false
},
{
"id":6,
"description":"Try do it without any libraries",
"isChecked":false
},
{
"id":7,
"description":"Just regular JavaScript",
"isChecked":false
},
{
"id":8,
"description":"Good Luck!",
"isChecked":false
},
{
"id":9,
"description":"Don\\'t forget to tweet your result!",
"isChecked":false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment