diff --git a/src/App.vue b/src/App.vue
index 7c6b442..f558181 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -28,7 +28,7 @@ export default {
font-family: 'Roboto', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- color: #2c3e50;
+ color: #333;
h1 {
font-size: 3rem;
diff --git a/src/components/TaskListEntry.vue b/src/components/TaskListEntry.vue
new file mode 100644
index 0000000..5f085b0
--- /dev/null
+++ b/src/components/TaskListEntry.vue
@@ -0,0 +1,65 @@
+
+ {{ task.id }} {{ task.title }}
+ {{ assignee.full_name }}
+ Not assigned
+ {{ branch.name }} {{ task.status }}