[
	{
		"id": 1,
		"title": "Shop list",
		"body": "Consectetur adipisicing elit. Aliquam molestias quidem repellendus saepe vero! Assumenda fugiat perferendis reiciendis repellat.",
		"user": "Joey",
		"labels": ["tag1", "tag2", "tag3", "tag4"],
		"folder": "work",
		"dueDate": "23/08/2019",
		"checklist": [
			{
				"label": "Beef Mince (500g)",
				"value": "item_1",
				"checked": true,
				"id": "checkbox_1",
				"name": "checkbox_1"
			},
			{
				"label": "Fresh Orange Juice (1L)",
				"value": "item_2",
				"checked": false,
				"id": "checkbox_2",
				"name": "checkbox_2"
			},
			{
				"label": "Cheese (250g)",
				"value": "item_3",
				"checked": false,
				"id": "checkbox_3",
				"name": "checkbox_3"
			},
			{
				"label": "Tomatoes (1kg)",
				"value": "item_4",
				"checked": false,
				"id": "checkbox_4",
				"name": "checkbox_4"
			},
			{
				"label": "Apples (pack of 5)",
				"value": "item_5",
				"checked": false,
				"id": "checkbox_5",
				"name": "checkbox_5"
			}
		],
		"cardColor": "amber",
		"visible": true
	},
	{
		"id": 2,
		"title": "Book Flight to New York",
		"body": "Check flights on <a href='https://www.skyscanner.net/transport/flights/pari/nyca'>Skyscanner</a> and also on <a href='https://www.google.com/flights'>Google Flights</a>",
		"user": "Eve",
		"labels": ["tag1", "tag4"],
		"folder": "important",
		"cardColor": "red",
		"visible": true
	},
	{
		"id": 3,
		"title": "Todo List",
		"body": "Consectetur adipisicing elit. Aliquam molestias quidem repellendus saepe vero! Assumenda fugiat perferendis reiciendis repellat.",
		"user": "Mark",
		"labels": ["tag2", "tag4"],
		"checklist": [
			{
				"label": "To Do 1",
				"checked": true,
				"id": "todo_1",
				"name": "todo_1"
			},
			{
				"label": "To Do 2",
				"checked": true,
				"id": "todo_2",
				"name": "todo_2"
			},
			{
				"label": "To Do 3",
				"checked": true,
				"id": "todo_3",
				"name": "todo_3"
			}
		],
		"folder": "work",
		"cardColor": "green",
		"visible": true
	},
	{
		"id": 4,
		"title": "Call John",
		"body": "Alias blanditiis dolor dolore eius odio possimus, suscipit ullam vel! Alias blanditiis dolor dolore.",
		"user": "Alan",
		"labels": ["tag3"],
		"folder": "todo",
		"cardColor": "blue",
		"visible": true
	},
	{
		"id": 5,
		"title": "UIkit and reactive JavaScript frameworks",
		"body": "UIkit is listening for DOM manipulations and will automatically initialize, connect and disconnect components as they are inserted or removed from the DOM. That way it can easily be used with JavaScript frameworks like Vue.js and React.",
		"user": "Tom",
		"labels": ["tag3"],
		"folder": "todo",
		"cardColor": "brown",
		"visible": true
	},
	{
		"id": 6,
		"title": "Note 5",
		"body": "Ab aperiam debitis eius error eveniet itaque placeat praesentium quod. Alias blanditiis dolor dolore eius odio possimus, suscipit ullam vel!",
		"user": "Mark",
		"labels": ["tag2", "tag4"],
		"folder": "personal",
		"cardColor": "",
		"visible": true
	},
	{
		"id": 7,
		"title": "Important informations",
		"body": "A commodi consequatur dicta dolorum ea earum facilis fuga, id maiores obcaecati officia quas quia quis quos ratione reprehenderit rerum, sed sint vero voluptas? Autem consequatur consequuntur cumque doloribus enim laudantium, magnam quibusdam rem repellat sunt?",
		"user": "Kate",
		"labels": ["tag1", "tag2"],
		"folder": "important",
		"cardColor": "red",
		"visible": true
	},
	{
		"id": 8,
		"title": "Personal informations",
		"body": "Alias blanditiis dolor dolore eius odio possimus, suscipit ullam vel! Alias blanditiis dolor dolore.",
		"user": "Kate",
		"labels": ["tag2", "tag4"],
		"folder": "personal",
		"cardColor": "amber",
		"visible": true
	}
]
