Added a few more quizzes, displaying the score

This commit is contained in:
2019-08-04 20:51:50 +01:00
parent a37d867f47
commit 582ebde897
7 changed files with 3568 additions and 159 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "gyk-ar",
"version": "1.0.0",
"description": "Date: 2019-08-05",
"main": "index.js",
"scripts": {
"start": "./node_modules/live-server/live-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevin-DL/gyk-ar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevin-DL/gyk-ar/issues"
},
"homepage": "https://github.com/kevin-DL/gyk-ar#readme",
"devDependencies": {
"live-server": "^1.2.1"
}
}