diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 723ef36..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.idea
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8c9d83d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# Roster Grid
+A smash-bros roster grid template in Vue
+
+## [View demo](klemek.github.io/roster-grid/)
\ No newline at end of file
diff --git a/index.html b/index.html
index 44b4c35..16ccebe 100644
--- a/index.html
+++ b/index.html
@@ -2,30 +2,105 @@
- Change this you moron
-
+ Roster grid
-
-
-
+
+
-
- {{title}}
-
-
-
- @Klemek - Github Repository - {{currentYear}}
+
+
+
click to add items
+
+ #{{ item.id }}
+
+
+
diff --git a/main.js b/main.js
deleted file mode 100644
index 5dd8606..0000000
--- a/main.js
+++ /dev/null
@@ -1,109 +0,0 @@
-/* exported app, utils */
-
-const utils = {
- ajax: {
- proxy: 'cors-anywhere.herokuapp.com',
- /**
- * Define a get HTTP request to be executed with .then/.catch
- * @param {string} url
- * @param {Object} data
- * @param {boolean} proxy - use cors proxy
- * @returns {Promise