diff --git a/client/src/components/RecentActivity.vue b/client/src/components/RecentActivity.vue
new file mode 100644
index 0000000..0a6d29c
--- /dev/null
+++ b/client/src/components/RecentActivity.vue
@@ -0,0 +1,57 @@
+
+
+
Recent Activity
+
+
{{ day.date + ' : ' + day.matches + ' game(s)' }}
+
+
+
+
+
\ No newline at end of file
diff --git a/client/src/views/Summoner.vue b/client/src/views/Summoner.vue
index 5003d34..04eb4ef 100644
--- a/client/src/views/Summoner.vue
+++ b/client/src/views/Summoner.vue
@@ -4,61 +4,72 @@