Skip to content

Commit a1bc6d3

Browse files
authored
Merge pull request #40 from SoftStackFactory/dev
Release Week 2
2 parents 3e680c3 + 857cc80 commit a1bc6d3

26 files changed

Lines changed: 1962 additions & 1147 deletions

package-lock.json

Lines changed: 1163 additions & 1107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"@ionic-native/status-bar": "~4.12.0",
2929
"@ionic/pro": "2.0.3",
3030
"@ionic/storage": "2.1.3",
31+
"@types/chart.js": "^2.7.35",
32+
"chart.js": "^2.7.2",
33+
"chartjs-plugin-datalabels": "^0.4.0",
3134
"ionic-angular": "3.9.2",
3235
"ionicons": "3.0.0",
3336
"rxjs": "5.5.11",
@@ -36,6 +39,7 @@
3639
},
3740
"devDependencies": {
3841
"@ionic/app-scripts": "3.2.0",
42+
"ng2-charts": "^1.6.0",
3943
"typescript": "~2.6.2"
4044
},
4145
"description": "An Ionic project"

src/assets/imgs/LifeBalance.PNG

166 KB
Loading

src/assets/imgs/Networking.jpg

543 KB
Loading

src/assets/imgs/asssesment.png

107 KB
Loading

src/assets/imgs/background.png

756 KB
Loading

src/assets/imgs/dashboard.png

270 KB
Loading

src/assets/imgs/timeline.png

30.5 KB
Loading

src/assets/imgs/whell.png

58.4 KB
Loading
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
<!--
2-
Generated template for the AssessmentPage page.
3-
4-
See http://ionicframework.com/docs/components/#navigation for more info on
5-
Ionic pages and navigation.
6-
-->
71
<ion-header>
82
<ion-navbar>
9-
<button ion-button menuToggle>
10-
<ion-icon name="menu"></ion-icon>
11-
</button>
12-
<ion-title>Assessment</ion-title>
3+
<ion-grid>
4+
<ion-row>
5+
<button ion-button menuToggle>
6+
<ion-icon name="menu"></ion-icon>
7+
</button>
8+
<ion-title>LIFE BALANCE WHEEL</ion-title>
9+
</ion-row>
10+
</ion-grid>
1311
</ion-navbar>
1412
</ion-header>
1513

1614

1715
<ion-content padding>
16+
<ion-grid>
17+
<ion-row>
18+
<ion-title text-center>Finances Self Assessment Test</ion-title>
19+
</ion-row>
20+
</ion-grid>
1821

1922
</ion-content>

0 commit comments

Comments
 (0)