diff --git a/client/src/views/posts.vue b/client/src/views/posts.vue
new file mode 100644
index 0000000..5b2606b
--- /dev/null
+++ b/client/src/views/posts.vue
@@ -0,0 +1,67 @@
+
+
+
+ {{ month }}
+
+
+ -
+ {{ getPostItemDate(postItem) }} – {{ postItem.title }}
+
+
+
+
+
+
+ There are no posts yet, but don't worry they will be added soon
+
+
+
+
+
\ No newline at end of file