Skip to content

Commit 0400eae

Browse files
committed
first commit of new typingGame application
1 parent b0d87a5 commit 0400eae

File tree

6 files changed

+58
-526
lines changed

6 files changed

+58
-526
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"@angular/platform-browser": "~9.1.1",
2020
"@angular/platform-browser-dynamic": "~9.1.1",
2121
"@angular/router": "~9.1.1",
22+
"@types/faker": "^4.1.11",
23+
"bulma": "^0.8.2",
24+
"faker": "^4.1.0",
2225
"rxjs": "~6.5.4",
2326
"tslib": "^1.10.0",
2427
"zone.js": "~0.10.2"

src/app/app.component.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.pending {
2+
color: gray
3+
}
4+
.correct {
5+
color: green
6+
}
7+
.incorrect {
8+
color: red
9+
}

0 commit comments

Comments
 (0)