diff --git a/README.md b/README.md
index 539631e..f04a321 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Financial Transactions Analyser
+# Finanza
---
Utilise charts to analyse CSV financial transactions, such as bank transactions.
This uses browser history to communicate data between pages, but it doesn't exchange any information with third parties.
-
+
## Features
@@ -14,7 +14,7 @@ This uses browser history to communicate data between pages, but it doesn't exch
## Demo
-This application can be accessed [here](https://sumanmaity112.github.io/financial-transactions-analyser/#/).
+This application can be accessed [here](https://sumanmaity112.github.io/finanza/#/).
## CSV Format
diff --git a/index.html b/index.html
index 1447546..73429a5 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- Financial Transactions Analyser
+ Finanza
diff --git a/package-lock.json b/package-lock.json
index 87920f8..2912232 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "financial-transactions-analyser",
+ "name": "finanza",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "financial-transactions-analyser",
+ "name": "finanza",
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
diff --git a/package.json b/package.json
index 29f7c5e..c1eb410 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "financial-transactions-analyser",
+ "name": "finanza",
"version": "1.0.0",
"description": "Analyze CSV financial transactions (ex - bank transactions) with charts",
"main": "src/main.js",
@@ -37,14 +37,14 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/sumanmaity112/financial-transactions-analyser.git"
+ "url": "git+https://github.com/sumanmaity112/finanza.git"
},
"author": "Suman Maity",
"license": "Apache-2.0",
"bugs": {
- "url": "https://github.com/sumanmaity112/financial-transactions-analyser/issues"
+ "url": "https://github.com/sumanmaity112/finanza/issues"
},
- "homepage": "https://github.com/sumanmaity112/financial-transactions-analyser#readme",
+ "homepage": "https://github.com/sumanmaity112/finanza#readme",
"eslintConfig": {
"root": true,
"env": {
diff --git a/src/App.vue b/src/App.vue
index 3e6d169..01d402b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,11 +1,7 @@
-
+
diff --git a/src/components/ApplicationHeader.vue b/src/components/ApplicationHeader.vue
index 5b481be..6719b33 100644
--- a/src/components/ApplicationHeader.vue
+++ b/src/components/ApplicationHeader.vue
@@ -8,15 +8,12 @@ export default {
-
+
diff --git a/src/components/CsvTransactions.vue b/src/components/CsvTransactions.vue
index 7e89488..2a248a9 100644
--- a/src/components/CsvTransactions.vue
+++ b/src/components/CsvTransactions.vue
@@ -4,7 +4,7 @@
Sample CSV data can be found
here