diff --git a/.gitignore b/.gitignore
index 0853230..89cb01c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
.quasar
.DS_Store
.thumbs.db
+.env
+.env.production
node_modules
/dist
/src-cordova/node_modules
@@ -22,4 +24,4 @@ yarn-error.log*
*.sln
# Coverage
-coverage
\ No newline at end of file
+coverage
diff --git a/README.md b/README.md
index 0271072..03492fe 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,23 @@
# FreePlanet
I finally started my FreePlanet project !
-I have a lot of ideas to which kind of features adding, to create an app in order to Help people to find and connect each others, using categories, filters and many profiling details about yourself.
+I have a lot of ideas to which kind of features adding, to create an app in order to help people to find and connect each others, using categories, filters and many profiling details about yourself.
This app was made by Vue.js, Quasar Framework, Typescript, and Progressive Web App (PWA) amazing native-looking apps, thanks to the Quasar Framework and TypeScript
+
+
+
[](https://github.com/quasarframework/quasar)
[](https://github.com/Microsoft/TypeScript)
-[](https://opensource.org/licenses/MIT)
+
diff --git a/src/components/Counter.vue b/src/components/Counter.vue
new file mode 100644
index 0000000..3b6ce23
--- /dev/null
+++ b/src/components/Counter.vue
@@ -0,0 +1,20 @@
+
+