Last active
February 20, 2023 23:39
-
-
Save railsstudent/ccda9a9d5c0761791d58c7edc3bce406 to your computer and use it in GitHub Desktop.
messages.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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